Searched refs:getgrouplist (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dgetgrouplist.c31 static char sccsid[] = "@(#)getgrouplist.c 8.2 (Berkeley) 12/8/94";
48 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) function
H A Dinitgroups.c62 getgrouplist(uname, agroup, groups, &ngroups);
H A DMakefile.inc59 getgrouplist.c \
215 getgrouplist.3 \
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetgrouplist.c1 /* $OpenBSD: getgrouplist.c,v 1.12 2005/08/08 08:05:34 espie Exp */
31 /* OPENBSD ORIGINAL: lib/libc/gen/getgrouplist.c */
46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) function
H A Dport-aix.h122 int getgrouplist(const char *, gid_t, gid_t *, int *);
H A DMakefile.in19 OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strcasestr.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o
H A Dopenbsd-compat.h157 int getgrouplist(const char *, gid_t, gid_t *, int *);
H A Dport-aix.c432 getgrouplist(const char *user, gid_t pgid, gid_t *groups, int *grpcnt) function
/freebsd-11-stable/crypto/openssh/
H A Dgroupaccess.c67 if (getgrouplist(user, base, groups_bygid, &ngroups) == -1)
68 logit("getgrouplist: groups list too small");
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/id/
H A Dpwgr.c105 getgrouplist(const char *name, gid_t basegid, gid_t *groups, int *ngroups) function
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c122 if (getgrouplist(user, pw->pw_gid, groups, &ngroups) == -1) {
/freebsd-11-stable/usr.bin/id/
H A Did.c292 getgrouplist(pw->pw_name, gid, groups, &ngroups);
392 (void) getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups);
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c201 if (getgrouplist(username, passwd->pw_gid, grouplist, &ngroups) != 0)
202 syslog(LOG_ERR, "getgrouplist() failed for %s", username);
/freebsd-11-stable/include/
H A Dunistd.h504 int getgrouplist(const char *, gid_t, gid_t *, int *);
/freebsd-11-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c415 if (getgrouplist(pwd->pw_name, pwd->pw_gid, grps,
615 if (getgrouplist(pwd->pw_name, pwd->pw_gid,
/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c540 (void) getgrouplist(pw->pw_name,
/freebsd-11-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c585 getgrouplist(pw->pw_name, pw->pw_gid, uc->gidlist, &len);
/freebsd-11-stable/usr.sbin/gssd/
H A Dgssd.c761 getgrouplist(pw->pw_name, pw->pw_gid,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6962 INTERCEPTOR(int, getgrouplist, const char *name, u32 basegid, u32 *groups,
6966 COMMON_INTERCEPTOR_ENTER(ctx, getgrouplist, name, basegid, groups, ngroups);
6971 res = REAL(getgrouplist)(name, basegid, groups, ngroups);
6979 #define INIT_GETGROUPLIST COMMON_INTERCEPT_FUNCTION(getgrouplist);

Completed in 280 milliseconds