Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.h171 #ifndef NO_UID
172 # define NO_UID -1 macro
H A Ddeliver.c2367 int new_euid = NO_UID;
2368 int new_ruid = NO_UID;
2556 if (m->m_uid == NO_UID)
2589 else if (m->m_uid != NO_UID)
2609 if (new_euid != NO_UID)
2645 else if (new_ruid != NO_UID)
5315 if (mailer->m_uid == NO_UID)
5340 else if (mailer != NULL && mailer->m_uid != NO_UID)
H A Drecipient.c1334 if (FileMailer->m_uid == NO_UID)
H A Dreadcf.c1228 m->m_uid = NO_UID;