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

/freebsd-current/contrib/sendmail/src/
H A Dconf.c300 if (((pw = sm_getpwnam("mailnull")) != NULL && pw->pw_uid != 0) ||
301 ((pw = sm_getpwnam("sendmail")) != NULL && pw->pw_uid != 0) ||
302 ((pw = sm_getpwnam("daemon")) != NULL && pw->pw_uid != 0))
1210 if ((pw = sm_getpwnam(myname)) == NULL ||
4593 sm_getpwnam(user) function
H A Dreadcf.c1761 pw = sm_getpwnam(q);
3827 pw = sm_getpwnam(val);
4161 pw = sm_getpwnam(val);
4369 pw = sm_getpwnam(val);
H A Dsendmail.h3007 extern struct passwd *sm_getpwnam __P((char *));
H A Ddeliver.c3133 pwd = sm_getpwnam(contextaddr->q_ruser);
3135 pwd = sm_getpwnam(contextaddr->q_user);
H A Dqueue.c5715 else if ((pw = sm_getpwnam(user)) != NULL)

Completed in 129 milliseconds