Searched refs:maxgroups (Results 1 – 2 of 2) sorted by relevance
50 int ret, maxgroups; in getgrouplist() local55 maxgroups = *grpcnt; in getgrouplist()60 if (ngroups >= maxgroups) { in getgrouplist()80 if (ngroups >= maxgroups) { in getgrouplist()
447 int ret = 0, ngroups = 0, maxgroups; in getgrouplist() local450 maxgroups = *grpcnt; in getgrouplist()456 if (maxgroups <= 0) { in getgrouplist()467 if (ngroups >= maxgroups || ll < 0 || ll > UID_MAX) { in getgrouplist()