Searched refs:m_addrtype (Results 1 – 5 of 5) sorted by relevance
1565 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 == NULL2099 ? "<undefined>" : m->m_addrtype,
508 p = e->e_from.q_mailer->m_addrtype;514 q->q_mailer->m_addrtype,569 p = e->e_from.q_mailer->m_addrtype;
1215 q->q_mailer->m_addrtype != NULL)1216 p = q->q_mailer->m_addrtype;
4968 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) &&
424 char *m_addrtype; /* type for addresses */ member