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

/external/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;

Completed in 601 milliseconds