Searched refs:ngids_max (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libc/rpc/
H A Dauth_unix.c189 long ngids_max; local
195 ngids_max = sysconf(_SC_NGROUPS_MAX) + 1;
196 gids = malloc(sizeof(gid_t) * ngids_max);
205 if ((ngids = getgroups(ngids_max, gids)) < 0)

Completed in 43 milliseconds