Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dconf.h74 #define MAXATOM 1000 /* max atoms per address */ macro
H A Dparseaddr.c716 static char *av[MAXATOM + 1];
974 if (avp >= &av[MAXATOM])
1072 char *npvp[MAXATOM + 1]; /* temporary space for rebuild */
1513 char *pvpb1[MAXATOM + 1];
1810 MAXATOM - subrindex[nsubr]);
2028 maxatom = MAXATOM;
2777 int l = MAXATOM; /* size of buffer for pvp */
H A Dsendmail.h553 #define REWRITE(pvp, rs, env) rewrite(pvp, rs, 0, env, MAXATOM)
H A Dmain.c3769 char *pv[MAXATOM + 1];
H A Dreadcf.c167 char pvpbuf[MAXLINE + MAXATOM];
/freebsd/contrib/sendmail/
H A DKNOWNBUGS55 If the value of a header is longer than 1250 (MAXNAME + MAXATOM - 6)
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2968 # define PSBUFSIZE (MAXNAME + MAXATOM) /* size of prescan buffer */