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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dpwd_.h55 #define fgetpwent_r bb_internal_fgetpwent_r macro
111 extern int fgetpwent_r(FILE *__restrict __stream,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dadduser.c23 /* We are using reentrant fgetpwent_r() in order to avoid
39 while (!fgetpwent_r(passwd, &pw, buffer, sizeof(buffer), &result)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c105 int fgetpwent_r(FILE *__restrict stream, struct passwd *__restrict resultbuf, function

Completed in 52 milliseconds