Searched refs:maxgroups (Results 1 - 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
H A Dgetgrouplist.c50 int ret, maxgroups; local
55 maxgroups = *grpcnt;
60 if (ngroups >= maxgroups) {
80 if (ngroups >= maxgroups) {
H A Dport-aix.c436 int ret = 0, ngroups = 0, maxgroups; local
439 maxgroups = *grpcnt;
445 if (maxgroups <= 0) {
456 if (ngroups >= maxgroups || l == LONG_MIN || l == LONG_MAX) {

Completed in 128 milliseconds