Searched refs:getpwent (Results 1 – 4 of 4) sorted by relevance
36 #define getpwent bb_internal_getpwent macro51 struct passwd* FAST_FUNC getpwent(void);
125 while ((pw = getpwent()) != NULL) { in deluser_main()
440 struct passwd* FAST_FUNC getpwent(void) in getpwent() function
759 while ((pw = getpwent()) != NULL) { in complete_username()