Home
last modified time | relevance | path

Searched refs:M_SPECIFIC_UID (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Ddeliver.c2439 if (bitnset(M_SPECIFIC_UID, m->m_flags))
2512 bitnset(M_SPECIFIC_UID, m->m_flags) &&
2554 if (bitnset(M_SPECIFIC_UID, m->m_flags))
5312 if (bitnset(M_SPECIFIC_UID, mailer->m_flags))
5352 if (bitnset(M_SPECIFIC_UID, mailer->m_flags))
H A Dsendmail.h449 #define M_SPECIFIC_UID 'S' /* run as specific uid/gid */ macro