Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dreadcf.c1565 m->m_addrtype = p;
1574 if (m->m_addrtype == NULL || *m->m_addrtype == '\0')
1575 m->m_addrtype = "rfc822";
1766 if (m->m_addrtype == NULL)
1767 m->m_addrtype = "rfc822";
2098 m->m_addrtype == NULL
2099 ? "<undefined>" : m->m_addrtype,
H A Drecipient.c508 p = e->e_from.q_mailer->m_addrtype;
514 q->q_mailer->m_addrtype,
569 p = e->e_from.q_mailer->m_addrtype;
H A Dsavemail.c1215 q->q_mailer->m_addrtype != NULL)
1216 p = q->q_mailer->m_addrtype;
H A Dsrvrsmtp.c4968 a->q_mailer->m_addrtype == NULL ||
4969 sm_strcasecmp(a->q_mailer->m_addrtype, "rfc822") == 0) &&
4981 a->q_mailer->m_addrtype == NULL ||
4982 sm_strcasecmp(a->q_mailer->m_addrtype, "rfc822") == 0) &&
H A Dsendmail.h424 char *m_addrtype; /* type for addresses */ member