Searched defs:parse (Results 1 - 2 of 2) sorted by relevance
/sendmail/contrib/ |
H A D | expn.pl | 124 &expn(&parse($a,$hostname,undef,1)); 285 ($newhost, $newaddr, $newname) = &parse($addr,$server,$oldname, $#expansion == 0); 286 print "($newhost, $newaddr, $newname) = &parse($addr, $server, $oldname)\n" if $debug; 637 # sometimes the old parse routine (now parse2) didn't 639 sub parse subroutine 694 print STDERR "Could not parse $newaddr\n" if $vw; 725 print STDERR "Could not parse $newaddr\n";
|
H A D | qtool.pl | 56 ## See the function ControlFile::parse for a list of available 480 ## It can parse and lock its file. 514 sub parse subroutine 756 $control_file->parse(); 939 sub parse subroutine 943 return $self->{control_file}->parse(); 958 $self->parse();
|
Completed in 34 milliseconds