Home
last modified time | relevance | path

Searched defs:SOCK_CLOEXEC (Results 1 – 22 of 22) sorted by relevance

/third_party/ltp/include/lapi/
Dsocket.h42 # define SOCK_CLOEXEC 02000000 macro
Dfcntl.h21 # define SOCK_CLOEXEC O_CLOEXEC macro
/third_party/musl/arch/mips/bits/
Dsocket.h35 #define SOCK_CLOEXEC 02000000 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h35 #define SOCK_CLOEXEC 02000000 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h35 #define SOCK_CLOEXEC 02000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h95 #define SOCK_CLOEXEC 02000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h95 #define SOCK_CLOEXEC 02000000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h95 #define SOCK_CLOEXEC 02000000 macro
/third_party/musl/include/sys/
Dsocket.h99 #define SOCK_CLOEXEC 02000000 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h99 #define SOCK_CLOEXEC 02000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h95 #define SOCK_CLOEXEC 02000000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h84 #define SOCK_CLOEXEC 02000000 macro
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs497 pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC; constant
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c113 #define SOCK_CLOEXEC 0 macro
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs719 pub const SOCK_CLOEXEC: ::c_int = 0o2_000_000; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1603 pub const SOCK_CLOEXEC: ::c_int = 0x8000; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs510 pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2205 pub const SOCK_CLOEXEC: ::c_int = 0x10000000; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs963 pub const SOCK_CLOEXEC: ::c_int = 0x10000000; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2441 pub const SOCK_CLOEXEC: ::c_int = 0x080000; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1929 pub const SOCK_CLOEXEC: ::c_int = 0x10000000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2924 pub const SOCK_CLOEXEC: ::c_int = 0o2000000; constant