Searched refs:grpcnt (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dgetgrouplist.c48 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) argument
50 return __getgroupmembership(uname, agroup, groups, *grpcnt, grpcnt);
H A Dgetgrent.c433 gr_addgid(gid_t gid, gid_t *groups, int maxgrp, int *grpcnt) argument
437 for (dupc = 1; dupc < MIN(maxgrp, *grpcnt); dupc++) {
443 if (*grpcnt < maxgrp)
444 groups[*grpcnt] = gid;
448 (*grpcnt)++;
467 int maxgrp, *grpcnt; local
480 grpcnt = va_arg(ap, int *);
490 gr_addgid(agroup, groups, maxgrp, grpcnt);
526 gr_addgid(grp.gr_gid, groups, maxgrp, grpcnt);
657 int maxgrp, int *grpcnt)
656 __getgroupmembership(const char *uname, gid_t agroup, gid_t *groups, int maxgrp, int *grpcnt) argument
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetgrouplist.c46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) argument
55 maxgroups = *grpcnt;
61 *grpcnt = ngroups;
91 *grpcnt = ngroups;
H A Dport-aix.c432 getgrouplist(const char *user, gid_t pgid, gid_t *groups, int *grpcnt) argument
439 maxgroups = *grpcnt;
446 *grpcnt = 0;
467 *grpcnt = ngroups;
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhim.h423 HPT_UINT grpcnt; member in struct:_COMMAND
/freebsd-11-stable/sys/dev/hptnr/
H A Dhim.h411 HPT_UINT grpcnt; member in struct:_COMMAND
/freebsd-11-stable/sys/dev/hptrr/
H A Dhim.h366 HPT_UINT grpcnt; member in struct:_COMMAND

Completed in 105 milliseconds