Home
last modified time | relevance | path

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

/src/lib/libc/rpc/
H A Dauth_unix.c179 long ngids_max; in authunix_create_default() local
185 ngids_max = sysconf(_SC_NGROUPS_MAX) + 1; in authunix_create_default()
186 gids = malloc(sizeof(gid_t) * ngids_max); in authunix_create_default()
195 if ((ngids = getgroups(ngids_max, gids)) < 0) in authunix_create_default()