Searched refs:total (Results 1 – 1 of 1) sorted by relevance
156 int total = internal_getgrouplist (user, group, &size, &newgroups, -1); in getgrouplist() local158 memcpy (groups, newgroups, MIN (*ngroups, total) * sizeof (gid_t)); in getgrouplist()162 int retval = total > *ngroups ? -1 : total; in getgrouplist()163 *ngroups = total; in getgrouplist()
Completed in 4 milliseconds