Searched refs:initgroups (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dchange_identity.c37 if (initgroups(pw->pw_name, pw->pw_gid) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dinitgroups.c18 result = initgroups(argv[1], pw->pw_gid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dgrp_.h59 #define initgroups bb_internal_initgroups macro
129 extern int initgroups(__const char *__user, gid_t __group);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem_smbd.c69 if (initgroups(user, gid) != 0) {
70 DEBUG(0, ("getgrouplist_internals: initgroups() failed!\n"));
H A Dreplace.c188 some systems don't have an initgroups call
190 int initgroups(char *name,gid_t id) function
209 DEBUG(0,("initgroups: malloc fail !\n"));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Duid.c42 /* MWW: From AIX FAQ patch to WU-ftpd: call initgroups before
44 initgroups(pass->pw_name, pass->pw_gid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/web/
H A Dcgi.c363 if ( initgroups(pass->pw_name, pass->pw_gid) != 0 )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dlogin.c494 initgroups (userinfo.pw_name, userinfo.pw_gid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwb_client.c293 some systems (i.e RH5.2) that do not have an initgroups function as part
303 /* Call normal initgroups if we are a local user */
306 return initgroups(user, gid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h1034 int initgroups(char *name,gid_t id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c472 int initgroups(const char *user, gid_t gid) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c942 initgroups(username, -1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c1027 if (initgroups(AVAHI_AUTOIPD_USER, gr->gr_gid) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dmain.c1185 if (initgroups(AVAHI_USER, gr->gr_gid) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dauth.c312 if (initgroups( pwd->pw_name, pwd->pw_gid ) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dinetd.c144 * initgroups(name, primary group)
150 * NO initgroups()
154 * initgroups(name, specified group)
1478 initgroups(pwd->pw_name, pwd->pw_gid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/
H A Dconfigure15432 for ac_func in initgroups select poll rdchk getgrnam getgrent pathconf realpath
[all...]

Completed in 270 milliseconds