/src/lib/libc/gen/ |
getgrouplist.c | 60 int rv, groupc; local in function:__weak_alias 66 groupc = 0; 67 rv = getgroupmembership(uname, agroup, groups, *grpcnt, &groupc); 68 *grpcnt = groupc; /* set groupc to the actual # of groups */
|
getgrouplist.c | 60 int rv, groupc; local in function:__weak_alias 66 groupc = 0; 67 rv = getgroupmembership(uname, agroup, groups, *grpcnt, &groupc); 68 *grpcnt = groupc; /* set groupc to the actual # of groups */
|
getgroupmembership.c | 70 * indicated by *groupc, unless it already exists or *groupc is 75 __gr_addgid(gid_t gid, gid_t *groups, int maxgrp, int *groupc) 79 _DIAGASSERT(groupc != NULL); 83 for (dupc = 0; dupc < MIN(maxgrp, *groupc); dupc++) { 89 if (*groupc < maxgrp) /* add this gid */ 90 groups[*groupc] = gid; 93 (*groupc)++; 107 int *groupc = va_arg(ap, int *); local in function:_files_getgroupmembership 117 _DIAGASSERT(groupc != NULL) 150 int *groupc = va_arg(ap, int *); local in function:_dns_getgroupmembership 243 int *groupc = va_arg(ap, int *); local in function:_nis_getgroupmembership 285 int *groupc; member in struct:__compatggm 325 int *groupc = va_arg(ap, int *); local in function:_compat_getgroupmembership [all...] |
getgroupmembership.c | 70 * indicated by *groupc, unless it already exists or *groupc is 75 __gr_addgid(gid_t gid, gid_t *groups, int maxgrp, int *groupc) 79 _DIAGASSERT(groupc != NULL); 83 for (dupc = 0; dupc < MIN(maxgrp, *groupc); dupc++) { 89 if (*groupc < maxgrp) /* add this gid */ 90 groups[*groupc] = gid; 93 (*groupc)++; 107 int *groupc = va_arg(ap, int *); local in function:_files_getgroupmembership 117 _DIAGASSERT(groupc != NULL) 150 int *groupc = va_arg(ap, int *); local in function:_dns_getgroupmembership 243 int *groupc = va_arg(ap, int *); local in function:_nis_getgroupmembership 285 int *groupc; member in struct:__compatggm 325 int *groupc = va_arg(ap, int *); local in function:_compat_getgroupmembership [all...] |
/src/usr.sbin/user/ |
user.c | 443 int groupc; local in function:modify_gid 473 groupc = strlen(group); 481 if (entc == groupc && 550 int groupc; local in function:append_group 606 if ((groupc = strlen(groups[i])) == 0) { 609 if (entc == groupc &&
|
user.c | 443 int groupc; local in function:modify_gid 473 groupc = strlen(group); 481 if (entc == groupc && 550 int groupc; local in function:append_group 606 if ((groupc = strlen(groups[i])) == 0) { 609 if (entc == groupc &&
|