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

/freebsd-10-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.c64 getgrouplist(uname, agroup, groups, &ngroups);
H A DMakefile.inc60 getgrouplist.c \
211 getgrouplist.3 \
H A DSymbol.map167 getgrouplist;
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dgetgrouplist.c1 /* from 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.h124 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 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.h158 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-10-stable/crypto/openssh/
H A Dgroupaccess.c67 if (getgrouplist(user, base, groups_bygid, &ngroups) == -1)
68 logit("getgrouplist: groups list too small");
/freebsd-10-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-10-stable/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c122 if (getgrouplist(user, pw->pw_gid, groups, &ngroups) == -1) {
/freebsd-10-stable/usr.bin/id/
H A Did.c291 getgrouplist(pw->pw_name, gid, groups, &ngroups);
391 (void) getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups);
/freebsd-10-stable/include/
H A Dunistd.h504 int getgrouplist(const char *, gid_t, gid_t *, int *);
/freebsd-10-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c414 if (getgrouplist(pwd->pw_name, pwd->pw_gid, grps,
613 if (getgrouplist(pwd->pw_name, pwd->pw_gid,
/freebsd-10-stable/contrib/pf/authpf/
H A Dauthpf.c540 (void) getgrouplist(pw->pw_name,
/freebsd-10-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c585 getgrouplist(pw->pw_name, pw->pw_gid, uc->gidlist, &len);
/freebsd-10-stable/usr.sbin/gssd/
H A Dgssd.c757 getgrouplist(pw->pw_name, pw->pw_gid,
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c2958 if (getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups)) {

Completed in 290 milliseconds