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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Ddjpwd.h41 struct passwd *getpwent(void);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dpwd_.h47 #define getpwent bb_internal_getpwent macro
72 extern struct passwd *getpwent(void);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dsambalp94 while (@pwe = getpwent()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dse_access_check_utils.c137 while ((pw = getpwent())) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_getent.c145 pwd = getpwent();
171 pwd = getpwent();
H A Dsystem.c891 Wrappers for setpwent(), getpwent() and endpwent()
901 return getpwent();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Duam.c208 while ((pwent = getpwent())) {
223 /* os x server doesn't keep anything useful if we do getpwent */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/afppasswd/
H A Dafppasswd.c236 while ((pwd = getpwent())) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Duam.c262 while ((pwent = getpwent())) {
286 /* os x server doesn't keep anything useful if we do getpwent */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c167 pwent = getpwent();

Completed in 118 milliseconds