Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.h73 #define MAXATOM 1000 /* max atoms per address */ macro
H A Dparseaddr.c681 static char *av[MAXATOM + 1];
931 if (avp >= &av[MAXATOM])
1029 char *npvp[MAXATOM + 1]; /* temporary space for rebuild */
1470 char *pvpb1[MAXATOM + 1];
1766 MAXATOM - subrindex[nsubr]);
1975 maxatom = MAXATOM;
2700 int l = MAXATOM; /* size of buffer for pvp */
H A Dsendmail.h364 #define REWRITE(pvp, rs, env) rewrite(pvp, rs, 0, env, MAXATOM)
H A Dmain.c3627 char *pv[MAXATOM + 1];
H A Dreadcf.c109 char pvpbuf[MAXLINE + MAXATOM];
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2918 # define PSBUFSIZE (MAXNAME + MAXATOM) /* size of prescan buffer */