Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Ddeliver.c2552 if (bitnset(M_SPECIFIC_UID, m->m_flags))
2625 bitnset(M_SPECIFIC_UID, m->m_flags) &&
2667 if (bitnset(M_SPECIFIC_UID, m->m_flags))
5573 if (bitnset(M_SPECIFIC_UID, mailer->m_flags))
5613 if (bitnset(M_SPECIFIC_UID, mailer->m_flags))
H A Dsendmail.h554 #define M_SPECIFIC_UID 'S' /* run as specific uid/gid */ macro