Searched refs:getpwent_r (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dpwd_.h52 #define getpwent_r bb_internal_getpwent_r macro
89 PLEASE NOTE: the `getpwent_r' function is not (yet) standardized.
95 extern int getpwent_r(struct passwd *__restrict __resultbuf,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c348 int getpwent_r(struct passwd *__restrict resultbuf, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dlineedit.c346 while (!getpwent_r(&pwd, line_buff, sizeof(line_buff), &result)) {

Completed in 59 milliseconds