Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dconf.h173 #ifndef NO_UID
174 # define NO_UID -1 macro
H A Ddeliver.c2373 int new_euid = NO_UID;
2374 int new_ruid = NO_UID;
2568 if (m->m_uid == NO_UID)
2601 else if (m->m_uid != NO_UID)
2621 if (new_euid != NO_UID)
2657 else if (new_ruid != NO_UID)
5378 if (mailer->m_uid == NO_UID)
5403 else if (mailer != NULL && mailer->m_uid != NO_UID)
H A Drecipient.c1334 if (FileMailer->m_uid == NO_UID)
H A Dreadcf.c1415 m->m_uid = NO_UID;