Searched refs:agroup (Results 1 – 4 of 4) sorted by relevance
| /freebsd/lib/libc/gen/ |
| H A D | initgroups.c | 48 initgroups_impl(const char *uname, gid_t agroup, in initgroups_impl() argument 66 (void)getgrouplist(uname, agroup, groups, &ngroups); in initgroups_impl() 74 initgroups(const char *uname, gid_t agroup) in initgroups() argument 76 return (initgroups_impl(uname, agroup, setgroups)); in initgroups() 80 freebsd14_initgroups(const char *uname, gid_t agroup) in freebsd14_initgroups() argument 82 return (initgroups_impl(uname, agroup, freebsd14_setgroups)); in freebsd14_initgroups()
|
| H A D | getgrouplist.c | 40 __ssp_real(getgrouplist)(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in __ssp_real() 42 return __getgroupmembership(uname, agroup, groups, *grpcnt, grpcnt); in __ssp_real()
|
| 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()
|
| /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()
|