Searched refs:getpwent (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dgetent_pwent.c33 /* Test getpwent() without setpwent() */
36 pw = getpwent();
42 printf("FAIL: getpwent() with no setpwent()\n");
54 pw = getpwent();
71 /* Test stopping getpwent in the middle of a set of users */
75 /* Test setpwent() without any getpwent() calls */
80 getpwent();
90 getpwent();
102 getpwent();
H A Dbigfd.c17 /* Start getpwent until we get an NT user. This way we know we
22 while((pw = getpwent()) != NULL) {
H A Dgetpwent_r.c34 while((pw = getpwent()) != NULL) {
H A Dgetent.c135 while ((pwd = getpwent()) != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Ddjpwd.h41 struct passwd *getpwent(void);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dpwd_.h47 #define getpwent bb_internal_getpwent macro
72 extern struct passwd *getpwent(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dsambalp94 while (@pwe = getpwent()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dse_access_check_utils.c137 while ((pw = getpwent())) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Duam.c208 while ((pwent = getpwent())) {
223 /* os x server doesn't keep anything useful if we do getpwent */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A Dafppasswd.c234 while ((pwd = getpwent())) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Duam.c264 while ((pwent = getpwent())) {
288 /* os x server doesn't keep anything useful if we do getpwent */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c167 pwent = getpwent();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c1013 Wrappers for setpwent(), getpwent() and endpwent()
1023 return getpwent();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dpdb_interface.c1384 while ((pwd = getpwent()) != NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure5112 echo $ac_n "checking for getpwent in -lnsl""... $ac_c" 1>&6
5113 echo "configure:5114: checking for getpwent in -lnsl" >&5
5114 ac_lib_var=`echo nsl'_'getpwent | sed 'y%./+-%__p_%'`
5126 char getpwent();
5129 getpwent() function

Completed in 124 milliseconds