Searched refs:O_CLOEXEC (Results 1 – 8 of 8) sorted by relevance
104 fd1 = open("/dev/null", O_RDONLY | O_CLOEXEC);107 fd2 = open("/dev/null", O_RDONLY | O_CLOEXEC);
100 test_fd = open(TEST_PATH, O_RDONLY | O_CLOEXEC);
72 GUARD_CLOSE | GUARD_DUP | GUARD_WRITE, O_CLOEXEC | O_EXCL); in open_uncore_error()
114 fd = __open_nocancel(rules_file_path, O_RDONLY | O_CLOEXEC, 0); in evaluate_rules()
216 GUARD_CLOSE | GUARD_DUP | GUARD_WRITE, O_CLOEXEC | O_EXCL); in check_secure_upmu()
168 #define O_CLOEXEC 0x01000000 /* implicitly set FD_CLOEXEC */ macro
271 if ((uap->flags & O_CLOEXEC) == 0) { in guarded_open_np()324 if ((uap->flags & O_CLOEXEC) == 0) { in guarded_open_dprotected_np()
4617 if (flags & O_CLOEXEC) { in open1()