Home
last modified time | relevance | path

Searched refs:PSBUFSIZE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c666 char buf[PSBUFSIZE / 2];
720 truncate_at_delim(buf, PSBUFSIZE / 2, map->map_coldelim);
H A Dparseaddr.c83 char pvpbuf[PSBUFSIZE];
1393 char pvpbuf[PSBUFSIZE];
1472 char pvpbuf[PSBUFSIZE];
2643 char pvpbuf[PSBUFSIZE];
2815 char pvpbuf[PSBUFSIZE];
3084 char pvpbuf[PSBUFSIZE];
H A Denvelope.c982 char pvpbuf[PSBUFSIZE];
H A Dheaders.c2094 char pvpbuf[PSBUFSIZE];
H A Dsrvrsmtp.c1036 char pvpbuf[PSBUFSIZE];
4803 char pvpbuf[PSBUFSIZE];
H A Dusersmtp.c849 char pvpbuf[PSBUFSIZE];
H A Dmain.c4515 char pvpbuf[PSBUFSIZE];
H A Dmap.c1375 truncate_at_delim(vp, PSBUFSIZE / 2, map->map_coldelim);
H A Dqueue.c8012 char pvpbuf[PSBUFSIZE];
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2918 # define PSBUFSIZE (MAXNAME + MAXATOM) /* size of prescan buffer */ macro