Symbol: getgrouplist
crypto/openssh/groupaccess.c
65
while (getgrouplist(user, base, groups_bygid, &ngroups) == -1) {
crypto/openssh/openbsd-compat/openbsd-compat.h
194
int getgrouplist(const char *, gid_t, gid_t *, int *);
crypto/openssh/openbsd-compat/port-aix.h
124
int getgrouplist(const char *, gid_t, gid_t *, int *);
include/ssp/unistd.h
57
__ssp_redirect_raw(int, getgrouplist, getgrouplist,
include/unistd.h
519
int getgrouplist(const char *, gid_t, gid_t *, int *);
lib/libc/gen/getgrouplist.c
40
__ssp_real(getgrouplist)(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
lib/libc/gen/initgroups.c
66
(void)getgrouplist(uname, agroup, groups, &ngroups);
lib/libc/tests/secure/fortify_unistd_test.c
346
getgrouplist("root", 0, __stack.__buf, &intlen);
lib/libc/tests/secure/fortify_unistd_test.c
368
getgrouplist("root", 0, __stack.__buf, &intlen);
lib/libc/tests/secure/fortify_unistd_test.c
392
getgrouplist("root", 0, __stack.__buf, &intlen);
lib/libc/tests/secure/fortify_unistd_test.c
416
getgrouplist("root", 0, __stack.__buf, &intlen);
lib/libc/tests/secure/fortify_unistd_test.c
449
getgrouplist("root", 0, __stack.__buf, &intlen);
lib/libpam/modules/pam_login_access/login_access.c
198
if (getgrouplist(username, passwd->pw_gid, grouplist, &ngroups) != 0)
lib/librpcsec_gss/svc_rpcsec_gss.c
585
getgrouplist(pw->pw_name, pw->pw_gid, uc->gidlist, &len);
tests/sys/fs/fusefs/default_permissions.cc
257
getgrouplist(getlogin(), getegid(), groups, &ngroups);
usr.bin/id/id.c
295
getgrouplist(pw->pw_name, gid, groups, &ngroups);
usr.bin/id/id.c
399
(void) getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups);
usr.bin/mdo/mdo.c
736
getgrouplist(user_name, pw->pw_gid, groups, &ngroups);
usr.sbin/gssd/gssd.c
1176
getgrouplist(pw->pw_name, pw->pw_gid,
usr.sbin/gssd/gssd.c
792
getgrouplist(pw->pw_name, pw->pw_gid,
usr.sbin/mountd/mountd.c
3699
if (getgrouplist(pw->pw_name, pw->pw_gid,
usr.sbin/nfsuserd/nfsuserd.c
424
if (getgrouplist(pwd->pw_name, pwd->pw_gid, grps,
usr.sbin/nfsuserd/nfsuserd.c
628
if (getgrouplist(pwd->pw_name, pwd->pw_gid,
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
960
if (getgrouplist(pwd->pw_name, pwd->pw_gid, gids, ngrps) < 0)