Searched refs:Mailer (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c2080 if (Mailer[i] != NULL)
2081 printmailer(sm_debug_file(), Mailer[i]); local
4259 if (Mailer[i] != NULL)
4260 printmailer(smioout, Mailer[i]);
H A Dreadcf.c1312 if (idx > SM_ARRAY_SIZE(Mailer))
1316 m = Mailer[idx];
1321 Mailer[idx] = m;
1330 idx, Mailer[idx]->m_name, Mailer[idx]);
1381 static int nextmailer = 0; /* "free" index into Mailer struct */
1819 Mailer[i] = s->s_mailer = m;
H A Dsendmail.h472 ** Mailer definition structure.
601 EXTERN MAILER *Mailer[MAXMAILERS * 2 + 1]; variable
603 EXTERN MAILER *Mailer[MAXMAILERS + 1]; variable
H A Dparseaddr.c2124 for (mp = Mailer; (m = *mp++) != NULL; )

Completed in 104 milliseconds