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

/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dntgroups.h30 isc_ntsecurity_getaccountgroups(char *name, char **Groups, unsigned int maxgroups,
/freebsd-11-stable/crypto/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) {
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dntgroups.c52 unsigned int maxgroups,
107 (i < dwEntriesRead && *totalGroups < maxgroups); i++) {
159 (i < dwEntriesRead && *totalGroups < maxgroups); i++) {
51 isc_ntsecurity_getaccountgroups(char *username, char **GroupList, unsigned int maxgroups, unsigned int *totalGroups) argument

Completed in 71 milliseconds