Home
last modified time | relevance | path

Searched refs:macid_parse (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dreadcf.c543 mid = macid_parse(&bp[1], &ep);
572 mid = macid_parse(&bp[off], &ep);
613 mid = macid_parse(&bp[1], &ep);
623 mid = macid_parse(&bp[1], &ep);
937 *p = macid_parse(p, &ep);
3667 i = macid_parse(val, &ep);
H A Dmacro.c645 macid_parse(p, ep) in macid_parse() function
H A Dsendmail.h1373 extern int macid_parse __P((char *, char **));
1374 #define macid(name) macid_parse(name, NULL)
H A Dmain.c4238 mid = macid_parse(&line[2], &delimptr);
4252 mid = macid_parse(&line[2], &delimptr);
H A Dqueue.c4597 r = macid_parse(&bp[1], &ep);