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

/freebsd-10-stable/crypto/openssh/
H A Dauth.h188 struct passwd * getpwnamallow(const char *user);
H A Dauth1.c402 if ((authctxt->pw = PRIVSEP(getpwnamallow(user))) != NULL)
H A Dauth2.c240 authctxt->pw = PRIVSEP(getpwnamallow(user));
H A Dauth.c616 getpwnamallow(const char *user) function
H A Dmonitor.c800 pwent = getpwnamallow(username);

Completed in 135 milliseconds