Home
last modified time | relevance | path

Searched refs:prescan (Results 1 – 8 of 8) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A DTRACEFLAGS28 22 parseaddr.c prescan
H A Dmime.c122 (pvp = prescan(p, '\0', pvpbuf, sizeof pvpbuf, NULL,
144 (pvp = prescan(p, '\0', pvpbuf, sizeof pvpbuf, NULL,
H A Dparseaddr.c81 pvp = prescan(addr, delim, pvpbuf, sizeof pvpbuf, delimptr, NULL);
406 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab) in prescan() function
1203 xpvp = prescan(replac, '\0', pvpbuf,
1831 pvp = prescan(name, '\0', pvpbuf, sizeof pvpbuf, NULL, NULL);
1939 pvp = prescan(a->q_user, '\0', pvpbuf, sizeof pvpbuf, &delimptr, NULL);
H A Denvelope.c769 pvp = prescan(from, delimchar, pvpbuf, sizeof pvpbuf, NULL, NULL);
H A Dsendmail.h156 extern char **prescan __P((char *, int, char[], int, char **, u_char *));
H A Dreadcf.c230 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf,
318 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf,
H A Dheaders.c1288 (void) prescan(p, oldstyle ? ' ' : ',', pvpbuf,
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES3311 Undo patch allowing prescan to return a null vector -- it breaks
3346 Allow prescan to return a pointer to an empty list -- this is
3348 double errors (prescan reports once, then the caller
3608 Extend size of prescan buffer (to allow bigger addresses). Also,