Home
last modified time | relevance | path

Searched refs:m_mtatype (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c1368 m->m_mtatype = newstr(p);
1369 p = strchr(m->m_mtatype, '/');
1376 if (*m->m_mtatype == '\0')
1377 m->m_mtatype = "dns";
1574 if (m->m_mtatype == NULL)
1575 m->m_mtatype = "dns";
1906 m->m_mtatype == NULL
1907 ? "<undefined>" : m->m_mtatype,
H A Dsavemail.c1093 (p = e->e_parent->e_from.q_mailer->m_mtatype) == NULL)
1260 (p = q->q_mailer->m_mtatype) == NULL)
H A Dsendmail.h390 char *m_mtatype; /* type of this MTA */ member