Home
last modified time | relevance | path

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

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

Completed in 65 milliseconds