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

/asus-wl-520gu-7.0.1.45/src/router/busybox/pwd_grp/
H A Dgrp.h31 extern int initgroups __P ((__const char * user, gid_t gid));
H A Dinitgroups.c2 * initgroups.c - This file is part of the libc-8086/grp package for ELKS,
27 int initgroups(__const char *user, gid_t gid) function
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/nsswitch/
H A Dinitgroups.c18 result = initgroups(argv[1], pw->pw_gid);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsystem_smbd.c69 if (initgroups(user, gid) != 0) {
70 DEBUG(0, ("getgrouplist_internals: initgroups() failed!\n"));
H A Dreplace.c185 some systems don't have an initgroups call
187 int initgroups(char *name,gid_t id) function
206 DEBUG(0,("initgroups: malloc fail !\n"));
/asus-wl-520gu-7.0.1.45/src/router/samba/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);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/web/
H A Dcgi.c363 if ( initgroups(pass->pw_name, pass->pw_gid) != 0 )
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A DMakefile228 initgroups.c setgroups.c
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwb_client.c268 some systems (i.e RH5.2) that do not have an initgroups function as part
278 /* Call normal initgroups if we are a local user */
281 return initgroups(user, gid);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dincludes.h998 int initgroups(char *name,gid_t id);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dutilities.c1410 /* froth froth... initgroups() uses the same buffer as
1419 if( initgroups(user, pw->pw_gid ) == -1 ){
1422 LOGERR_DIE(LOG_ERR) "Set_full_group: initgroups failed '%s'",
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysutil.c2572 int retval = initgroups(p_passwd->pw_name, p_passwd->pw_gid);
2575 die("initgroups");
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A Dconfigure12892 for ac_func in innetgr initgroups killpg lockf mkstemp
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A Dconfigure12503 for ac_func in initgroups select poll rdchk getgrnam getgrent pathconf realpath

Completed in 497 milliseconds