Searched refs:getegid (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile71 getegid.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c392 * getegid
407 getegid(__unused proc_t p, __unused struct getegid_args *uap, int32_t *retval) function
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_token.c1123 return (au_to_subject32(auinfo.ai_auid, geteuid(), getegid(),
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c1098 gid_t my_exp_groups[] = { getegid(), 20, 61, 12 };
2154 * Test getegid, getgid, getgroups, setegid, setgid, setgroups system calls.
2175 my_effective_gid = getegid( );
2203 printf( "getegid or getgroups call failed. could not find effective gid in list of groups. \n" );
2256 if ( getegid( ) != my_new_gid ) {

Completed in 32 milliseconds