Home
last modified time | relevance | path

Searched refs:O_CLOEXEC (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.1.10/tests/
H A Dfd.c104 fd1 = open("/dev/null", O_RDONLY | O_CLOEXEC);
107 fd2 = open("/dev/null", O_RDONLY | O_CLOEXEC);
H A Dposix_spawn_file_actions.c100 test_fd = open(TEST_PATH, O_RDONLY | O_CLOEXEC);
H A Dmonotonic_uncore.c72 GUARD_CLOSE | GUARD_DUP | GUARD_WRITE, O_CLOEXEC | O_EXCL); in open_uncore_error()
/xnu-11215.1.10/libsyscall/wrappers/spawn/
H A Dposix_spawn_filtering.c114 fd = __open_nocancel(rules_file_path, O_RDONLY | O_CLOEXEC, 0); in evaluate_rules()
/xnu-11215.1.10/bsd/sys/
H A Dfcntl.h168 #define O_CLOEXEC 0x01000000 /* implicitly set FD_CLOEXEC */ macro
/xnu-11215.1.10/tests/cpu_counters/
H A Dcpc_security_tests.c217 GUARD_CLOSE | GUARD_DUP | GUARD_WRITE, O_CLOEXEC | O_EXCL); in check_secure_upmu()
/xnu-11215.1.10/bsd/kern/
H A Dkern_guarded.c279 if ((uap->flags & O_CLOEXEC) == 0) { in guarded_open_np()
332 if ((uap->flags & O_CLOEXEC) == 0) { in guarded_open_dprotected_np()
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c4626 if (flags & O_CLOEXEC) { in open1()