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

  /bionic/tests/
stubs_test.cpp 36 static void check_passwd(const passwd* pwd, const char* username, uid_t uid, uid_type_t uid_type) { function
59 check_passwd(pwd, username, uid, uid_type);
67 check_passwd(pwd, username, uid, uid_type);
81 check_passwd(pwd, username, uid, uid_type);
95 check_passwd(pwd, username, uid, uid_type);
  /external/ppp/pppd/
upap.c 425 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd,
pppd.h 571 int check_passwd __P((int, char *, int, char *, int, char **));
    [all...]
auth.c 1365 check_passwd(unit, auser, userlen, apasswd, passwdlen, msg) function
    [all...]

Completed in 94 milliseconds