Home
last modified time | relevance | path

Searched defs:O_CLOEXEC (Results 1 – 25 of 66) sorted by relevance

123

/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs316 pub const O_CLOEXEC: ::c_int = 0x80000; constant
/third_party/musl/arch/mips/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs191 pub const O_CLOEXEC: ::c_int = 0x400000; constant
237 pub const O_CLOEXEC: ::c_int = 0x80000; constant
/third_party/ltp/include/lapi/
Dfcntl.h17 # define O_CLOEXEC 02000000 macro
/third_party/libuv/src/unix/
Dinternal.h143 # define O_CLOEXEC 0x00100000 macro
/third_party/node/deps/uv/src/unix/
Dinternal.h141 # define O_CLOEXEC 0x00100000 macro
/third_party/libfuse/lib/
Dfuse_loop_mt.c254 #define O_CLOEXEC 0 in fuse_clone_chan() macro
Dmount.c445 #define O_CLOEXEC 0 macro
/third_party/toybox/lib/
Dportability.h238 #define O_CLOEXEC 02000000 macro

123