Home
last modified time | relevance | path

Searched refs:NO_UID (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/sendmail/src/
H A Dconf.h175 #ifndef NO_UID
176 # define NO_UID -1 macro
H A Ddeliver.c2474 int new_euid = NO_UID;
2475 int new_ruid = NO_UID;
2669 if (m->m_uid == NO_UID)
2702 else if (m->m_uid != NO_UID)
2722 if (new_euid != NO_UID)
2758 else if (new_ruid != NO_UID)
5576 if (mailer->m_uid == NO_UID)
5601 else if (mailer != NULL && mailer->m_uid != NO_UID)
H A Drecipient.c1339 if (FileMailer->m_uid == NO_UID)
H A Dreadcf.c1405 m->m_uid = NO_UID;