Searched refs:getgroups_alloc (Results 1 – 4 of 4) sorted by relevance
55 int getgroups_alloc(gid_t** gids);
478 ngroups = getgroups_alloc(&gids); in in_gid()518 int getgroups_alloc(gid_t** gids) { in getgroups_alloc() function
431 nresult = getgroups_alloc(&gids); in TEST()
4653 ngids_after_pam = getgroups_alloc(&gids_after_pam); in exec_child()