Searched refs:prescan (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/listen/ |
| H A D | nstoa.c | 89 char *xfer(), *prescan(); 101 str = prescan(str); /* Do all \$ ... \$ */ 478 prescan: scan through string s, expanding all \$...\$ 484 prescan(s) function 499 (Part II of prescan)
|
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | parseaddr.c | 53 ** to prescan. 88 ** Initialize and prescan address. 98 pvp = prescan(addr, delim, pvpbuf, sizeof(pvpbuf), delimptr, 662 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore) function 730 sm_dprintf("prescan: "); 935 usrerr("553 5.1.0 prescan: too many tokens"); 940 usrerr("553 5.1.0 prescan: token too long"); 955 sm_dprintf("prescan==>"); 962 sm_dprintf("prescan: null leading token\n"); 1421 xpvp = prescan(mva [all...] |
| H A D | mime.c | 156 (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 D | headers.c | 961 pvp = prescan(p, '\0', pvpbuf, sizeof(pvpbuf), NULL, 2096 res = prescan(p, oldstyle ? ' ' : ',', pvpbuf, 2131 ** if prescan() failed go a bit backwards; this is a hack,
|
| H A D | envelope.c | 1168 pvp = prescan(from, delimchar, pvpbuf, sizeof(pvpbuf), NULL, 1172 /* don't need to give error -- prescan did that already */ 1175 "cannot prescan from (%s)",
|
| H A D | readcf.c | 213 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf, 301 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf,
|
| H A D | sendmail.h | 345 extern char **prescan __P((char *, int, char[], int, char **, unsigned char *, bool)); 367 ** Token Tables for prescan
|
| H A D | main.c | 357 ** Do a quick prescan of the argument list. 4517 pvp = prescan(++p, ',', pvpbuf, sizeof(pvpbuf), &delimptr,
|
Completed in 290 milliseconds