Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dgetgrouplist.c46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in getgrouplist() argument
55 maxgroups = *grpcnt; in getgrouplist()
61 *grpcnt = ngroups; in getgrouplist()
91 *grpcnt = ngroups; in getgrouplist()
Dport-aix.c432 getgrouplist(const char *user, gid_t pgid, gid_t *groups, int *grpcnt) in getgrouplist() argument
439 maxgroups = *grpcnt; in getgrouplist()
446 *grpcnt = 0; in getgrouplist()
467 *grpcnt = ngroups; in getgrouplist()