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

/freebsd-10.0-release/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.c432 gr_addgid(gid_t gid, gid_t *groups, int maxgrp, int *grpcnt) argument
436 for (dupc = 0; dupc < MIN(maxgrp, *grpcnt); dupc++) {
442 if (*grpcnt < maxgrp)
443 groups[*grpcnt] = gid;
447 (*grpcnt)++;
466 int maxgrp, *grpcnt; local
479 grpcnt = va_arg(ap, int *);
489 gr_addgid(agroup, groups, maxgrp, grpcnt);
525 gr_addgid(grp.gr_gid, groups, maxgrp, grpcnt);
656 int maxgrp, int *grpcnt)
655 __getgroupmembership(const char *uname, gid_t agroup, gid_t *groups, int maxgrp, int *grpcnt) argument
[all...]
/freebsd-10.0-release/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-10.0-release/sys/dev/hpt27xx/
H A Dhim.h405 HPT_UINT grpcnt; member in struct:_COMMAND
/freebsd-10.0-release/sys/dev/hptnr/
H A Dhim.h408 HPT_UINT grpcnt; member in struct:_COMMAND
/freebsd-10.0-release/sys/dev/hptrr/
H A Dhim.h366 HPT_UINT grpcnt; member in struct:_COMMAND

Completed in 167 milliseconds