Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/listen/
H A Dnstoa.c89 char *xfer(), *prescan();
101 str = prescan(str); /* Do all \$ ... \$ */
484 prescan(s) in prescan() function
/titanic_41/usr/src/cmd/sendmail/src/
H A Dparseaddr.c98 pvp = prescan(addr, delim, pvpbuf, sizeof(pvpbuf), delimptr,
662 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore) in prescan() function
1421 xpvp = prescan(mval, '\0', pvpbuf,
1605 xpvp = prescan(replac, '\0', pvpbuf,
2693 pvp = prescan(name, '\0', pvpbuf, sizeof(pvpbuf), NULL, NULL, false);
2824 pvp = prescan(a->q_user, '\0', pvpbuf, sizeof(pvpbuf), NULL, NULL,
3125 pvp = prescan(buf, '\0', pvpbuf, sizeof(pvpbuf), NULL,
3341 *pvp = prescan(buf, '\0', pvpbuf, size, NULL, IntTokenTab,
H A Dmime.c156 (pvp = prescan(p, '\0', pvpbuf, sizeof(pvpbuf), NULL,
178 (pvp = prescan(p, '\0', pvpbuf, sizeof(pvpbuf), NULL,
1050 (pvp = prescan(p, '\0', pvpbuf, sizeof(pvpbuf), NULL,
H A Dheaders.c961 pvp = prescan(p, '\0', pvpbuf, sizeof(pvpbuf), NULL,
2096 res = prescan(p, oldstyle ? ' ' : ',', pvpbuf,
H A Denvelope.c1168 pvp = prescan(from, delimchar, pvpbuf, sizeof(pvpbuf), NULL,
H A Dreadcf.c213 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf,
301 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf,
H A Dsendmail.h345 extern char **prescan __P((char *, int, char[], int, char **, unsigned char *, bool));
H A Dmain.c4517 pvp = prescan(++p, ',', pvpbuf, sizeof(pvpbuf), &delimptr,