Searched refs:pwd_table_1 (Results 1 – 2 of 2) sorted by relevance
35 static struct passwd pwd_table_1[] = { variable70 t->pwd_table = pwd_table_1; in _nss_test1_init_hook()249 must_be_tests (pwd_table_1, host_table_1); in must_be_1()282 for (i = 0; !PWD_ISLAST (&pwd_table_1[i]); ++i) in test_cross_switch_consistency()288 TEST_VERIFY (strcmp (p->pw_name, pwd_table_1[i].pw_name) == 0); in test_cross_switch_consistency()289 TEST_VERIFY (p->pw_uid == pwd_table_1[i].pw_uid); in test_cross_switch_consistency()
33 static struct passwd pwd_table_1[] = { variable52 t->pwd_table = pwd_table_1; in _nss_test1_init_hook()
Completed in 5 milliseconds