Home
last modified time | relevance | path

Searched refs:getpwent (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/include/
Dpwd_.h36 #define getpwent bb_internal_getpwent macro
51 struct passwd* FAST_FUNC getpwent(void);
/busybox-1.35.0/loginutils/
Ddeluser.c125 while ((pw = getpwent()) != NULL) { in deluser_main()
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c440 struct passwd* FAST_FUNC getpwent(void) in getpwent() function
/busybox-1.35.0/libbb/
Dlineedit.c759 while ((pw = getpwent()) != NULL) { in complete_username()