Searched refs:check_passwd (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | stubs_test.cpp | 36 static void check_passwd(const passwd* pwd, const char* username, uid_t uid, uid_type_t uid_type) { in check_passwd() function 59 check_passwd(pwd, username, uid, uid_type); in check_getpwuid() 67 check_passwd(pwd, username, uid, uid_type); in check_getpwnam() 81 check_passwd(pwd, username, uid, uid_type); in check_getpwuid_r() 95 check_passwd(pwd, username, uid, uid_type); in check_getpwnam_r()
|