Searched refs:got (Results 1 – 1 of 1) sorted by relevance
107 compare_passwd_field (int i, struct passwd *p, const char *got, in compare_passwd_field() argument111 if (got == NULL) in compare_passwd_field()123 p->pw_uid, got); in compare_passwd_field()127 else if (got && strcmp (got, exp) != 0) in compare_passwd_field()132 got, exp); in compare_passwd_field()
Completed in 5 milliseconds