Searched refs:getgroups (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile71 getgroups.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c415 * getgroups
445 getgroups(__unused proc_t p, struct getgroups_args *uap, register_t *retval) function
H A Dinit_sysent.c139 {AC(getgroups_args), 0, 0, (sy_call_t *)getgroups, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 79 = getgroups */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c1053 my_group_count = getgroups( NGROUPS_MAX, &my_groups[0] );
1057 printf( "getgroups call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2132 * Test getegid, getgid, getgroups, setegid, setgid, setgroups system calls.
2156 my_orig_group_count = getgroups( NGROUPS_MAX, &my_groups[0] );
2160 printf( "getgroups call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2170 printf( "getgid or getgroups call failed. could not find real gid in list of groups. \n" );
2178 printf( "getegid or getgroups call failed. could not find effective gid in list of groups. \n" );
2190 my_group_count = getgroups( NGROUPS_MAX, &my_groups[0] );
2194 printf( "getgroups call failed. got errno %d - %s. \n", errno, strerror( errno ) );
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1769 int getgroups(struct proc *, struct getgroups_args *, int *);

Completed in 126 milliseconds