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

/freebsd-current/contrib/sendmail/src/
H A Dconf.h179 #ifndef NO_UID
180 # define NO_UID -1 macro
H A Ddeliver.c3086 int new_euid = NO_UID;
3087 int new_ruid = NO_UID;
3281 if (m->m_uid == NO_UID)
3314 else if (m->m_uid != NO_UID)
3334 if (new_euid != NO_UID)
3370 else if (new_ruid != NO_UID)
6541 if (mailer->m_uid == NO_UID)
6566 else if (mailer != NULL && mailer->m_uid != NO_UID)
H A Drecipient.c1353 if (FileMailer->m_uid == NO_UID)
H A Dreadcf.c1570 m->m_uid = NO_UID;

Completed in 202 milliseconds