Home
last modified time | relevance | path

Searched refs:MAXMAILERS (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/sendmail/include/sendmail/
HDmailstats.h32 long stat_nf[MAXMAILERS]; /* # msgs from each mailer */
33 long stat_bf[MAXMAILERS]; /* kbytes from each mailer */
34 long stat_nt[MAXMAILERS]; /* # msgs to each mailer */
35 long stat_bt[MAXMAILERS]; /* kbytes to each mailer */
36 long stat_nr[MAXMAILERS]; /* # rejects by each mailer */
37 long stat_nd[MAXMAILERS]; /* # discards by each mailer */
38 long stat_nq[MAXMAILERS]; /* # quarantines by each mailer */
HDsendmail.h30 #ifndef MAXMAILERS
31 # define MAXMAILERS 25 /* maximum mailers known to system */ macro
/freebsd-11-stable/contrib/sendmail/mailstats/
HDmailstats.c64 char mtable[MAXMAILERS][MNAMELEN + 1];
191 if (mno >= MAXMAILERS)
195 MAXMAILERS);
213 for (; mno < MAXMAILERS; mno++)
294 for (i = 0; i < MAXMAILERS; i++)
/freebsd-11-stable/contrib/sendmail/src/
HDstats.c173 for (i = 0; i < MAXMAILERS; i++)
HDreadcf.c1224 static char frst[MAXMAILERS + 1];
1247 frst[MAXMAILERS] = '\0'; in setupdynmailers()
1309 idx += MAXMAILERS;
1704 if (nextmailer >= MAXMAILERS)
1706 syserr("too many mailers defined (%d max)", MAXMAILERS);
HDsendmail.h601 EXTERN MAILER *Mailer[MAXMAILERS * 2 + 1];
603 EXTERN MAILER *Mailer[MAXMAILERS + 1];
HDmci.c562 if (m->m_mno < 0 || m->m_mno > MAXMAILERS)
HDmain.c2078 for (i = 0; i < MAXMAILERS; i++)
4257 for (i = 0; i < MAXMAILERS; i++)