Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Ddeliver.c2451 if (bitnset(M_SPECIFIC_UID, m->m_flags))
2524 bitnset(M_SPECIFIC_UID, m->m_flags) &&
2566 if (bitnset(M_SPECIFIC_UID, m->m_flags))
5375 if (bitnset(M_SPECIFIC_UID, mailer->m_flags))
5415 if (bitnset(M_SPECIFIC_UID, mailer->m_flags))
H A Dsendmail.h484 #define M_SPECIFIC_UID 'S' /* run as specific uid/gid */ macro