Home
last modified time | relevance | path

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

/grp/
A Dinitgroups.c143 getgrouplist (const char *user, gid_t group, gid_t *groups, int *ngroups) in getgrouplist() argument
145 long int size = MAX (1, *ngroups); in getgrouplist()
158 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()
185 int ngroups; in nss_interface_function()
205 ngroups = internal_getgrouplist (user, group, &size, &groups, limit); in nss_interface_function()
209 result = setgroups (ngroups, groups); in nss_interface_function()
210 while (result == -1 && errno == EINVAL && --ngroups > 0); in nss_interface_function()

Completed in 5 milliseconds