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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.h171 #ifndef NO_UID
172 # define NO_UID -1 macro
173 #endif /* ! NO_UID */
H A Ddeliver.c2368 int new_euid = NO_UID;
2369 int new_ruid = NO_UID;
2557 if (m->m_uid == NO_UID)
2590 else if (m->m_uid != NO_UID)
2610 if (new_euid != NO_UID)
2646 else if (new_ruid != NO_UID)
5316 if (mailer->m_uid == NO_UID)
5341 else if (mailer != NULL && mailer->m_uid != NO_UID)
H A Drecipient.c1336 if (FileMailer->m_uid == NO_UID)
H A Dreadcf.c1237 m->m_uid = NO_UID;

Completed in 33 milliseconds