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

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth.h180 struct passwd * getpwnamallow(const char *user);
H A Dauth1.c404 if ((authctxt->pw = PRIVSEP(getpwnamallow(user))) != NULL)
H A Dauth.c566 getpwnamallow(const char *user) function
H A Dauth2.c239 authctxt->pw = PRIVSEP(getpwnamallow(user));
H A Dmonitor.c780 pwent = getpwnamallow(username);

Completed in 94 milliseconds