Lines Matching refs:check_passwd
59 static void check_passwd(const passwd* pwd, const char* username, uid_t uid, uid_type_t uid_type, in check_passwd() function
91 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid()
100 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam()
115 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid_r()
130 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam_r()
308 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST()
321 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST()
334 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST()
337 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST()
340 check_passwd(pwd[2], "radio", 1001, TYPE_SYSTEM, true); in TEST()
341 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST()
342 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST()
355 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST()
358 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST()
361 check_passwd(pwd[2], "radio", 1001, TYPE_SYSTEM, true); in TEST()
362 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST()
363 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST()
377 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST()