Searched refs:parse (Results 1 - 3 of 3) sorted by relevance

/sendmail/contrib/
H A Dqtool.pl56 ## 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();
H A Dexpn.pl124 &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";
/sendmail/sendmail/
H A Dconf.c472 #define MAPDEF(name, ext, flags, parse, open, close, lookup, store) \
474 extern bool parse __P((MAP *, char *)); \
483 s->s_mapclass.map_parse = parse; \

Completed in 21 milliseconds