Home
last modified time | relevance | path

Searched defs:FD_CLOEXEC (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/porting/linux/user/include/
H A Dfcntl.h59 #define FD_CLOEXEC 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h58 #define FD_CLOEXEC 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h58 #define FD_CLOEXEC 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h58 #define FD_CLOEXEC 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h59 #define FD_CLOEXEC 1 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h58 #define FD_CLOEXEC 1 macro
/third_party/musl/include/
H A Dfcntl.h61 #define FD_CLOEXEC 1 macro
/third_party/rust/crates/libc/src/
H A Dwasi.rs208 pub const FD_CLOEXEC: c_int = 1; consts
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs229 pub const FD_CLOEXEC: ::c_int = 0x1; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs890 pub const FD_CLOEXEC: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs440 pub const FD_CLOEXEC: ::c_int = 0x0100_0000; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1330 pub const FD_CLOEXEC: ::c_int = 0x1; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs221 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs233 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs226 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs226 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs230 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs233 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs230 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs220 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs227 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs221 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs227 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs221 pub const FD_CLOEXEC: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs222 pub const FD_CLOEXEC: u32 = 1; consts

Completed in 193 milliseconds

12