Searched refs:m_addrtype (Results 1 – 5 of 5) sorted by relevance
1380 m->m_addrtype = p;1389 if (m->m_addrtype == NULL || *m->m_addrtype == '\0')1390 m->m_addrtype = "rfc822";1576 if (m->m_addrtype == NULL)1577 m->m_addrtype = "rfc822";1908 m->m_addrtype == NULL1909 ? "<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;
1179 q->q_mailer->m_addrtype != NULL)1180 p = q->q_mailer->m_addrtype;
4571 a->q_mailer->m_addrtype == NULL ||4572 sm_strcasecmp(a->q_mailer->m_addrtype, "rfc822") == 0) &&4584 a->q_mailer->m_addrtype == NULL ||4585 sm_strcasecmp(a->q_mailer->m_addrtype, "rfc822") == 0) &&
391 char *m_addrtype; /* type for addresses */ member