Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sendmail/src/
HDdeliver.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))
HDsendmail.h643 #define M_SPECIFIC_UID 'S' /* run as specific uid/gid */ macro