Home
last modified time | relevance | path

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

/glibc-2.36/nss/
Dbug17079.c74 struct passwd *pwd1 = getpwnam (test_items[i].pw_name); in init_test_items() local
76 if (pwd1 == NULL || !equal (pwd1, test_items + i) in init_test_items()