Lines Matching refs:check_passwd
61 static void check_passwd(const passwd* pwd, const char* username, uid_t uid, uid_type_t uid_type, in check_passwd() function
93 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid()
102 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam()
117 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid_r()
132 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam_r()
310 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST()
323 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST()
336 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST()
339 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST()
342 check_passwd(pwd[2], "radio", 1001, TYPE_SYSTEM, true); in TEST()
343 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST()
344 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST()
357 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST()
360 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST()
363 check_passwd(pwd[2], "radio", 1001, TYPE_SYSTEM, true); in TEST()
364 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST()
365 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST()
379 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST()