Searched refs:fgetpwent_sane (Results 1 – 6 of 6) sorted by relevance
121 int fgetpwent_sane(FILE *stream, struct passwd **pw);
1008 int fgetpwent_sane(FILE *stream, struct passwd **pw) { in fgetpwent_sane() function
52 while ((r = fgetpwent_sane(f, &pw)) > 0) { in populate_uid_cache()
33 r = fgetpwent_sane(f, &pw); in check_etc_passwd_collisions()
176 while ((r = fgetpwent_sane(f, &pw)) > 0) { in load_user_database()428 while ((r = fgetpwent_sane(original, &pw)) > 0) { in write_temporary_passwd()503 r = fgetpwent_sane(original, &pw); in write_temporary_passwd()
746 while ((r = fgetpwent_sane(original, &i)) > 0) { in write_root_passwd()