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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile70 getgid.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c1567 my_gid = getgid( );
1605 my_temp_gid = getgid( );
2132 * Test getegid, getgid, getgroups, setegid, setgid, setgroups system calls.
2152 my_real_gid = getgid( );
2170 printf( "getgid or getgroups call failed. could not find real gid in list of groups. \n" );
2250 if ( getgid( ) != my_new_gid ) {
2933 if ( getuid( ) != my_acctp->ac_uid || getgid( ) != my_acctp->ac_gid ||
2939 getgid( ) != OSSwapInt32(my_acctp->ac_gid) ||
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c373 * getgid
382 getgid(__unused proc_t p, __unused struct getgid_args *uap, register_t *retval) function
1070 if (gid != my_cred->cr_rgid && /* allow setgid(getgid()) */
H A Dinit_sysent.c107 {0, 0, 0, (sy_call_t *)getgid, NULL, NULL, _SYSCALL_RET_INT_T, 0}, /* 47 = getgid */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1745 int getgid(struct proc *, struct getgid_args *, int *);

Completed in 74 milliseconds