Searched refs:pvpbuf (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Dparseaddr.c83 char pvpbuf[PSBUFSIZE]; local
96 pvp = prescan(addr, delim, pvpbuf, sizeof(pvpbuf), delimptr,
189 r = rscap(RS_QUEUEGROUP, a->q_user, NULL, e, &pvp, pvpbuf,
190 sizeof(pvpbuf));
462 ** pvpbuf -- place to put the saved text -- note that
464 ** pvpbsize -- size of pvpbuf.
661 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore)
664 char pvpbuf[];
717 q = pvpbuf;
1394 char pvpbuf[PSBUFSIZE]; local
1473 char pvpbuf[PSBUFSIZE]; local
2652 char pvpbuf[PSBUFSIZE]; local
2824 char pvpbuf[PSBUFSIZE]; local
3093 char pvpbuf[PSBUFSIZE]; local
[all...]
H A Dmime.c125 char pvpbuf[MAXLINE]; local
155 (pvp = prescan(p, '\0', pvpbuf, sizeof(pvpbuf), NULL,
177 (pvp = prescan(p, '\0', pvpbuf, sizeof(pvpbuf), NULL,
1044 char pvpbuf[MAXLINE]; local
1049 (pvp = prescan(p, '\0', pvpbuf, sizeof(pvpbuf), NULL,
H A Dheaders.c969 char pvpbuf[MAXLINE]; local
975 pvp = prescan(p, '\0', pvpbuf, sizeof(pvpbuf), NULL,
2108 char pvpbuf[PSBUFSIZE]; local
2110 res = prescan(p, oldstyle ? ' ' : ',', pvpbuf,
2111 sizeof(pvpbuf), &oldp, ExtTokenTab, false);
H A Denvelope.c982 char pvpbuf[PSBUFSIZE]; local
1170 pvp = prescan(from, delimchar, pvpbuf, sizeof(pvpbuf), NULL,
H A Dsrvrsmtp.c1026 char pvpbuf[PSBUFSIZE]; local
1032 &pvp, pvpbuf, sizeof(pvpbuf));
4827 char pvpbuf[PSBUFSIZE]; local
4830 r = rscap("srv_features", clientname, "", e, &pvp, pvpbuf,
4831 sizeof(pvpbuf));
H A Dreadcf.c110 char pvpbuf[MAXLINE + MAXATOM]; local
222 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf,
223 sizeof(pvpbuf), NULL,
310 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf,
311 sizeof(pvpbuf), NULL,
H A Dmain.c4537 char pvpbuf[PSBUFSIZE]; local
4539 pvp = prescan(++p, ',', pvpbuf, sizeof(pvpbuf), &delimptr,
H A Dusersmtp.c857 char pvpbuf[PSBUFSIZE]; local
861 &pvp, pvpbuf, sizeof(pvpbuf));
H A Dqueue.c8035 char pvpbuf[PSBUFSIZE]; local
8056 pvpbuf, sizeof(pvpbuf));

Completed in 148 milliseconds