/third_party/ltp/testcases/kernel/syscalls/inotify_init/ |
D | inotify_init1_01.c | 20 #define IN_CLOEXEC O_CLOEXEC macro 32 TST_EXP_FD(tst_syscall(__NR_inotify_init1, IN_CLOEXEC)); in run()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 17 #define IN_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 17 #define IN_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 17 #define IN_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | inotify_init1.c | 55 int fd = inotify_init1(IN_CLOEXEC); in inotify_init1_0300()
|
/third_party/musl/include/sys/ |
D | inotify.h | 17 #define IN_CLOEXEC O_CLOEXEC macro
|
/third_party/rust/crates/nix/src/sys/ |
D | inotify.rs | 96 IN_CLOEXEC;
|
/third_party/libuv/src/unix/ |
D | linux-inotify.c | 74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
|
/third_party/node/deps/uv/src/unix/ |
D | linux-inotify.c | 74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
|
/third_party/glfw/src/ |
D | linux_joystick.c | 181 _glfw.linux_js.inotify = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in _glfwInitJoysticksLinux()
|
/third_party/pulseaudio/src/modules/ |
D | module-udev-detect.c | 657 if ((u->inotify_fd = inotify_init1(IN_CLOEXEC|IN_NONBLOCK)) < 0) { in setup_inotify()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 905 IN_CLOEXEC
|
D | android.txt | 802 IN_CLOEXEC
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2649 pub const IN_CLOEXEC: ::c_int = O_CLOEXEC; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3132 pub const IN_CLOEXEC: ::c_int = O_CLOEXEC; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 703 pub const IN_CLOEXEC: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 708 pub const IN_CLOEXEC: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 703 pub const IN_CLOEXEC: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 704 pub const IN_CLOEXEC: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 715 pub const IN_CLOEXEC: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 712 pub const IN_CLOEXEC: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 715 pub const IN_CLOEXEC: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 923 pub const IN_CLOEXEC: u32 = 4194304; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 703 pub const IN_CLOEXEC: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 923 pub const IN_CLOEXEC: u32 = 4194304; constant
|