Home
last modified time | relevance | path

Searched refs:MAXATOM (Results 1 – 5 of 5) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Dparseaddr.c424 static char *av[MAXATOM+1];
615 if (avp >= &av[MAXATOM])
713 char *npvp[MAXATOM+1]; /* temporary space for rebuild */
1007 if (avp >= &npvp[MAXATOM])
1018 if (avp >= &npvp[MAXATOM])
1057 char *pvpb1[MAXATOM + 1];
1216 if (avp >= &npvp[MAXATOM])
1222 if (avp >= &npvp[MAXATOM])
H A Dconf.h38 # define MAXATOM 200 /* max atoms per address */ macro
1685 # define PSBUFSIZE (MAXNAME + MAXATOM) /* size of prescan buffer */
H A Dreadcf.c87 char pvpbuf[MAXLINE + MAXATOM];
/original-bsd/usr.sbin/sendmail/doc/op/
H A Dspell.ok152 MAXATOM
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES2918 Adjust config values (MAXLINE, MAXATOM, and PSBUFSIZE) to