Home
last modified time | relevance | path

Searched refs:test_items (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/nss/
Dbug17079.c43 static struct passwd test_items[MAX_TEST_ITEMS]; variable
57 struct passwd *target = test_items + test_count; in init_test_items()
74 struct passwd *pwd1 = getpwnam (test_items[i].pw_name); in init_test_items()
75 struct passwd *pwd2 = getpwuid (test_items[i].pw_uid); in init_test_items()
76 if (pwd1 == NULL || !equal (pwd1, test_items + i) in init_test_items()
77 || pwd2 == NULL || !equal (pwd2, test_items + i)) in init_test_items()
80 test_items[i].pw_name, (long) test_items[i].pw_uid); in init_test_items()
81 test_items[i].pw_name = NULL; in init_test_items()
200 if (test_items[i].pw_name == NULL) in test_buffer_size()
203 test_one (test_items + i, buffer_size, '\0', padding_size); in test_buffer_size()
[all …]