HomeSort by relevance Sort by last modified time
    Searched refs:maxgroups (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
getgrouplist.c 50 int ret, maxgroups; local
55 maxgroups = *grpcnt;
60 if (ngroups >= maxgroups) {
80 if (ngroups >= maxgroups) {
port-aix.c 438 int ret = 0, ngroups = 0, maxgroups; local
441 maxgroups = *grpcnt;
447 if (maxgroups <= 0) {
458 if (ngroups >= maxgroups || l == LONG_MIN || l == LONG_MAX) {

Completed in 67 milliseconds