Searched refs:pwd1 (Results 1 – 1 of 1) sorted by relevance
74 struct passwd *pwd1 = getpwnam (test_items[i].pw_name); in init_test_items() local76 if (pwd1 == NULL || !equal (pwd1, test_items + i) in init_test_items()