Searched refs:getpwnamallow (Results 1 - 5 of 5) sorted by last modified time

/freebsd-9.3-release/crypto/openssh/
H A Dmonitor.c742 pwent = getpwnamallow(username);
H A Dauth.c590 getpwnamallow(const char *user) function
H A Dauth.h178 struct passwd * getpwnamallow(const char *user);
H A Dauth1.c399 if ((authctxt->pw = PRIVSEP(getpwnamallow(user))) != NULL)
H A Dauth2.c244 authctxt->pw = PRIVSEP(getpwnamallow(user));

Completed in 110 milliseconds