Searched refs:_ngroups_max (Results 1 – 1 of 1) sorted by relevance
60 static int _ngroups_max; in sysconf() local86 if (_ngroups_max <= 0) in sysconf()87 _ngroups_max = _sysconfig(_CONFIG_NGROUPS); in sysconf()88 return (_ngroups_max); in sysconf()