Home
last modified time | relevance | path

Searched refs:num_groups (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_fpmaxtostr.c203 int num_groups = 0; in _fpmaxtostr() local
497 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()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c654 int num_groups; in __getgrouplist_internal() local
658 *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() local
742 gid_t *group_list = __getgrouplist_internal(user, gid, &num_groups); in initgroups()
745 rv = setgroups(num_groups, group_list); in initgroups()

Completed in 6 milliseconds