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

/freebsd-13-stable/contrib/sendmail/src/
H A Dmacro.c642 macid_parse(p, ep) function
H A Dreadcf.c531 mid = macid_parse(&bp[1], &ep);
546 mid = macid_parse(&bp[1], &ep);
576 mid = macid_parse(&bp[1], &ep);
890 *p = macid_parse(p, &ep);
3435 i = macid_parse(val, &ep);
H A Dmain.c4162 mid = macid_parse(&line[2], &delimptr);
4176 mid = macid_parse(&line[2], &delimptr);
H A Dsendmail.h1264 extern int macid_parse __P((char *, char **));
1265 #define macid(name) macid_parse(name, NULL)
H A Dqueue.c4534 r = macid_parse(&bp[1], &ep);

Completed in 142 milliseconds