Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dsysconf.c60 static int _ngroups_max; in sysconf() local
86 if (_ngroups_max <= 0) in sysconf()
87 _ngroups_max = _sysconfig(_CONFIG_NGROUPS); in sysconf()
88 return (_ngroups_max); in sysconf()