Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A 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()
H A Dport-aix.c447 int ret = 0, ngroups = 0, maxgroups; in getgrouplist() local
450 maxgroups = *grpcnt; in getgrouplist()
456 if (maxgroups <= 0) { in getgrouplist()
467 if (ngroups >= maxgroups || ll < 0 || ll > UID_MAX) { in getgrouplist()