Home
last modified time | relevance | path

Searched refs:sm_getpwnam (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c294 if (((pw = sm_getpwnam("mailnull")) != NULL && pw->pw_uid != 0) ||
295 ((pw = sm_getpwnam("sendmail")) != NULL && pw->pw_uid != 0) ||
296 ((pw = sm_getpwnam("daemon")) != NULL && pw->pw_uid != 0))
1132 if ((pw = sm_getpwnam(myname)) == NULL || in username()
4464 sm_getpwnam(user) in sm_getpwnam() function
H A Dreadcf.c1417 pw = sm_getpwnam(q);
2959 pw = sm_getpwnam(val);
3296 pw = sm_getpwnam(val);
3483 pw = sm_getpwnam(val);
H A Dsendmail.h2633 extern struct passwd *sm_getpwnam __P((char *));
H A Ddeliver.c2414 pwd = sm_getpwnam(contextaddr->q_ruser);
2416 pwd = sm_getpwnam(contextaddr->q_user);
H A Dqueue.c5566 else if ((pw = sm_getpwnam(user)) != NULL)