Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c1380 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 == NULL
1909 ? "<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.c1179 q->q_mailer->m_addrtype != NULL)
1180 p = q->q_mailer->m_addrtype;
H A Dsrvrsmtp.c4571 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) &&
H A Dsendmail.h391 char *m_addrtype; /* type for addresses */ member