Home
last modified time | relevance | path

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

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