Searched refs:num_groups (Results 1 – 2 of 2) sorted by relevance
203 int num_groups = 0; in _fpmaxtostr() local497 num_groups = (o_exp - nblk1) / nblk2 + 1; in _fpmaxtostr()513 width -= num_groups * tslen; in _fpmaxtostr()676 if ((ppc == pc_fwi + 6) && num_groups) { in _fpmaxtostr()681 cnt += num_groups * tslen; /* Adjust count now for sep chars. */ in _fpmaxtostr()716 assert(num_groups == 0); in _fpmaxtostr()721 if (num_groups <= 0) { in _fpmaxtostr()724 --num_groups; in _fpmaxtostr()
654 int num_groups; in __getgrouplist_internal() local658 *ngroups = num_groups = 1; in __getgrouplist_internal()682 if (!(num_groups & 7)) { in __getgrouplist_internal()683 gid_t *tmp = realloc(group_list, (num_groups+8) * sizeof(group_list[0])); in __getgrouplist_internal()688 group_list[num_groups++] = group.gr_gid; in __getgrouplist_internal()695 *ngroups = num_groups; in __getgrouplist_internal()741 int num_groups = ((unsigned)~0) >> 1; /* INT_MAX */ in initgroups() local742 gid_t *group_list = __getgrouplist_internal(user, gid, &num_groups); in initgroups()745 rv = setgroups(num_groups, group_list); in initgroups()
Completed in 5 milliseconds