Home
last modified time | relevance | path

Searched refs:getgid (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/tests/rm/
H A Dpthread_setugid.c18 rc = pthread_setugid_np(501, getgid());
/xnu-8020.140.41/bsd/man/man2/
H A DMakefile94 getgid.2 \
/xnu-8020.140.41/tools/tests/personas/
H A Dpersona_spawn.c226 info("Child: UID:%d, GID:%d", getuid(), getgid()); in child_main_loop()
/xnu-8020.140.41/tests/
H A Dkqueue_file_tests.c1009 …init_action(&test.t_helpthreadact, SLEEP, CHOWN, 3, (void*)FILE1, (void*)getuid(), (void*)getgid()… in run_note_write_tests()
1024 …init_action(&test.t_helpthreadact, SLEEP, CHOWN, 3, (void*)DIR1, (void*)getuid(), (void*)getgid()); in run_note_write_tests()
1118 …init_action(&test.t_helpthreadact, SLEEP, CHOWN, 3, (void*)FILE1, (void*)getuid(), (void*)getgid()… in run_note_extend_tests()
1135 …init_action(&test.t_helpthreadact, SLEEP, CHOWN, 3, (void*)DIR1, (void*)getuid(), (void*)getgid()); in run_note_extend_tests()
1180 init_action(&test.t_helpthreadact, SLEEP, CHOWN, 3, DIR1, (void*)getuid(), (void*)getgid()); in run_note_attrib_tests()
/xnu-8020.140.41/bsd/kern/
H A Dkern_prot.c358 getgid(__unused proc_t p, __unused struct getgid_args *uap, int32_t *retval) in getgid() function
/xnu-8020.140.41/bsd/security/audit/
H A Daudit_bsm_token.c1169 getuid(), getgid(), getpid(), auinfo.ai_asid, &auinfo.ai_termid); in au_to_me()