Searched refs:agroup (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getgrouplist.c | 46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in getgrouplist() argument 64 groups[ngroups++] = agroup; in getgrouplist() 71 if (grp->gr_gid == agroup) in getgrouplist()
|
/freebsd/lib/libc/gen/ |
H A D | getgrouplist.c | 45 __ssp_real(getgrouplist)(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in __ssp_real() 47 return __getgroupmembership(uname, agroup, groups, *grpcnt, grpcnt); in __ssp_real()
|
H A D | initgroups.c | 43 initgroups(const char *uname, gid_t agroup) in initgroups() argument 58 getgrouplist(uname, agroup, groups, &ngroups); in initgroups()
|
H A D | getgrent.c | 477 gid_t agroup; in getgroupmembership_fallback() local 488 agroup = va_arg(ap, gid_t); in getgroupmembership_fallback() 501 gr_addgid(agroup, groups, maxgrp, grpcnt); in getgroupmembership_fallback() 665 __getgroupmembership(const char *uname, gid_t agroup, gid_t *groups, in __getgroupmembership() argument 679 defaultsrc, uname, agroup, groups, maxgrp, grpcnt); in __getgroupmembership()
|