Searched refs:equal (Results 1 – 1 of 1) sorted by relevance
31 equal (const struct passwd *a, const struct passwd *b) in equal() function76 if (pwd1 == NULL || !equal (pwd1, test_items + i) in init_test_items()77 || pwd2 == NULL || !equal (pwd2, test_items + i)) in init_test_items()139 else if (!equal (item, result)) in test_one()174 else if (!equal (item, result)) in test_one()
Completed in 3 milliseconds