Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dreadcf.c1720 m->m_addrtype = p;
1729 if (SM_IS_EMPTY(m->m_addrtype))
1730 m->m_addrtype = "rfc822";
1921 if (m->m_addrtype == NULL)
1922 m->m_addrtype = "rfc822";
2253 m->m_addrtype == NULL
2254 ? "<undefined>" : m->m_addrtype,
H A Drecipient.c522 p = e->e_from.q_mailer->m_addrtype;
533 q->q_mailer->m_addrtype,
588 p = e->e_from.q_mailer->m_addrtype;
H A Dsavemail.c1268 q->q_mailer->m_addrtype != NULL)
1269 p = q->q_mailer->m_addrtype;
H A Dsrvrsmtp.c5459 a->q_mailer->m_addrtype == NULL ||
5460 SM_STRCASEEQ(a->q_mailer->m_addrtype, "rfc822")) &&
5472 a->q_mailer->m_addrtype == NULL ||
5473 SM_STRCASEEQ(a->q_mailer->m_addrtype, "rfc822")) &&
H A Dsendmail.h580 char *m_addrtype; /* type for addresses */ member