Searched refs:pwd_table_2 (Results 1 – 2 of 2) sorted by relevance
75 static struct passwd pwd_table_2[] = { variable107 t->pwd_table = pwd_table_2; in _nss_test2_init_hook()259 must_be_tests (pwd_table_2, host_table_2); in must_be_2()298 p = getpwnam (pwd_table_2[0].pw_name); in test_cross_switch_consistency()299 TEST_VERIFY (p->pw_uid == pwd_table_2[0].pw_uid); in test_cross_switch_consistency()308 for (i = 0; !PWD_ISLAST (&pwd_table_2[i]); ++i) in test_cross_switch_consistency()314 TEST_VERIFY (strcmp (p->pw_name, pwd_table_2[i].pw_name) == 0); in test_cross_switch_consistency()315 TEST_VERIFY (p->pw_uid == pwd_table_2[i].pw_uid); in test_cross_switch_consistency()
42 static struct passwd pwd_table_2[] = { variable58 t->pwd_table = pwd_table_2; in _nss_test2_init_hook()
Completed in 5 milliseconds