Searched refs:gidsetsize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dgetgroups.c36 getgroups(int gidsetsize, gid_t grouplist[]) argument
45 if (gidsetsize == 0) {
52 n = gidsetsize;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_prot.c420 * Parameters: uap->gidsetsize # of gid_t's in user buffer
430 * Notes: The caller may specify a 0 value for gidsetsize, and we will
435 * When called with a 0 gidsetsize from a multithreaded program,
457 if ((ngrp = uap->gidsetsize) == 0) {
1561 * Parameters: gidsetsize Number of groups in set
1567 * EINVAL Invalid gidsetsize value
1568 * copyin:EFAULT Bad gidset or gidsetsize is
1591 setgroups1(proc_t p, u_int gidsetsize, user_addr_t gidset, uid_t gmuid, __unused int32_t *retval) argument
1599 DEBUG_CRED_ENTER("setgroups1 (%d/%d): %d 0x%016x %d\n", p->p_pid, (p->p_pptr ? p->p_pptr->p_pid : 0), gidsetsize, gidset, gmuid);
1601 ngrp = gidsetsize;
[all...]
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dlibinfo.c51 extern int __initgroups(u_int gidsetsize, gid_t *gidset, int gmuid);

Completed in 113 milliseconds