Searched refs:ngids_max (Results 1 – 1 of 1) sorted by relevance
179 long ngids_max; in authunix_create_default() local185 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()