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

  /external/openssh/
auth.h 187 struct passwd * getpwnamallow(const char *user);
auth1.c 402 if ((authctxt->pw = PRIVSEP(getpwnamallow(user))) != NULL)
auth2.c 234 authctxt->pw = PRIVSEP(getpwnamallow(user));
auth.c 613 getpwnamallow(const char *user) function
monitor.c 799 pwent = getpwnamallow(username);
    [all...]

Completed in 89 milliseconds