Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c3164 if (bitnset(M_SPECIFIC_UID, m->m_flags))
3237 bitnset(M_SPECIFIC_UID, m->m_flags) &&
3279 if (bitnset(M_SPECIFIC_UID, m->m_flags))
6538 if (bitnset(M_SPECIFIC_UID, mailer->m_flags))
6578 if (bitnset(M_SPECIFIC_UID, mailer->m_flags))
H A Dsendmail.h643 #define M_SPECIFIC_UID 'S' /* run as specific uid/gid */ macro