groupc            221 nsswitch/winbind_nss_netbsd.c 	int		*groupc	= va_arg(ap, int *);
groupc            240 nsswitch/winbind_nss_netbsd.c 		for (dupc = 0; dupc < MIN(maxgrp, *groupc); dupc++) {
groupc            248 nsswitch/winbind_nss_netbsd.c 		if (*groupc < maxgrp)			/* add this gid */
groupc            249 nsswitch/winbind_nss_netbsd.c 			groups[*groupc] = wblistv[i];
groupc            252 nsswitch/winbind_nss_netbsd.c 		(*groupc)++;