Searched refs:macid_parse (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 543 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 D | macro.c | 645 macid_parse(p, ep) in macid_parse() function
|
H A D | sendmail.h | 1373 extern int macid_parse __P((char *, char **)); 1374 #define macid(name) macid_parse(name, NULL)
|
H A D | main.c | 4238 mid = macid_parse(&line[2], &delimptr); 4252 mid = macid_parse(&line[2], &delimptr);
|
H A D | queue.c | 4597 r = macid_parse(&bp[1], &ep);
|