Searched refs:m_addrtype (Results 1 – 5 of 5) sorted by relevance
1720 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 == NULL2254 ? "<undefined>" : m->m_addrtype,
522 p = e->e_from.q_mailer->m_addrtype;533 q->q_mailer->m_addrtype,588 p = e->e_from.q_mailer->m_addrtype;
1268 q->q_mailer->m_addrtype != NULL)1269 p = q->q_mailer->m_addrtype;
5459 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")) &&
580 char *m_addrtype; /* type for addresses */ member