Searched refs:NGROUPS_MAX_DEFAULT (Results 1 – 4 of 4) sorted by relevance
138 #define NGROUPS_MAX_DEFAULT 16 macro
432 int ngroups_max = NGROUPS_MAX_DEFAULT;
1716 note=If more than NGROUPS_MAX_DEFAULT groups listed,
2580 if ((gidsetsize > NGROUPS_MAX_DEFAULT) || (gidsetsize < 0)) in aus_setgroups()