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

/freebsd-13-stable/lib/libc/rpc/
H A Dauth_unix.c186 long ngids_max; local
192 ngids_max = sysconf(_SC_NGROUPS_MAX) + 1;
193 gids = malloc(sizeof(gid_t) * ngids_max);
202 if ((ngids = getgroups(ngids_max, gids)) < 0)

Completed in 49 milliseconds