Searched refs:agroup (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/lib/libc/gen/
H A Dgetgrouplist.c48 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) argument
50 return __getgroupmembership(uname, agroup, groups, *grpcnt, grpcnt);
H A Dinitgroups.c47 initgroups(const char *uname, gid_t agroup) argument
62 getgrouplist(uname, agroup, groups, &ngroups);
H A Dgetgrent.c466 gid_t agroup; local
477 agroup = va_arg(ap, gid_t);
490 gr_addgid(agroup, groups, maxgrp, grpcnt);
656 __getgroupmembership(const char *uname, gid_t agroup, gid_t *groups, argument
670 defaultsrc, uname, agroup, groups, maxgrp, grpcnt);
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dgetgrouplist.c46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) argument
64 groups[ngroups++] = agroup;
71 if (grp->gr_gid == agroup)

Completed in 159 milliseconds