Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c653 gid_t *group_list; in __getgrouplist_internal() local
661 group_list = malloc(8 * sizeof(group_list[0])); in __getgrouplist_internal()
662 if (!group_list) in __getgrouplist_internal()
665 group_list[0] = gid; in __getgrouplist_internal()
669 return group_list; in __getgrouplist_internal()
696 return group_list; in __getgrouplist_internal()
709 if (!group_list) { in getgrouplist()
724 memcpy(groups, group_list, sz * sizeof(group_list[0])); in getgrouplist()
725 free(group_list); in getgrouplist()
743 if (!group_list) in initgroups()
[all …]

Completed in 4 milliseconds