Searched refs:getpwent (Results 1 – 25 of 34) sorted by relevance
12
37 while ((pw = getpwent()) != NULL) in set_nonroot()
34 while ((pw = getpwent()) != NULL) in set_nonroot()
30 while ((pw = getpwent()) != NULL) in set_nonroot()
29 while ((pw = getpwent()) != NULL) in set_nonroot()
31 while ((pw = getpwent()) != NULL) in set_nonroot()
36 while ((pw = getpwent()) != NULL) in set_nonroot()
38 while ((pw = getpwent()) != NULL) in set_nonroot()
73 while ((pw = getpwent()) != NULL) in main()
49 while ((pw = getpwent()) != NULL) in main()
63 while ((pw = getpwent()) != NULL) in main()
40 while ((pw = getpwent()) != NULL) in set_nonroot()
39 while ((pw = getpwent()) != NULL) in set_nonroot()
51 for (endpwent(); (pw = getpwent());) in groupdel_main()
102 while ((pw = getpwent()) != NULL) in set_nonroot()
44 while ((pw = getpwent()) != NULL) in set_nonroot()
84 while ((pw = getpwent()) != NULL) { in pick_salt()
165 while ((p = getpwent()) != NULL) {
34 dnl NOTE: getpwent_r is not POSIX so we always use getpwent
297 * src/readline.c: getpwent_r is not POSIX, always use getpwent.