| /third_party/ltp/include/lapi/ |
| D | socket.h | 42 # define SOCK_CLOEXEC 02000000 macro
|
| D | fcntl.h | 21 # define SOCK_CLOEXEC O_CLOEXEC macro
|
| /third_party/musl/arch/mips/bits/ |
| D | socket.h | 35 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/musl/arch/mipsn32/bits/ |
| D | socket.h | 35 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/musl/arch/mips64/bits/ |
| D | socket.h | 35 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| D | socket.h | 95 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
| D | socket.h | 95 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/musl/porting/liteos_a/kernel/include/sys/ |
| D | socket.h | 95 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/musl/include/sys/ |
| D | socket.h | 99 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/musl/porting/linux/user/include/sys/ |
| D | socket.h | 99 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/musl/porting/uniproton/kernel/include/sys/ |
| D | socket.h | 95 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
| D | socket.h | 84 #define SOCK_CLOEXEC 02000000 macro
|
| /third_party/rust/crates/libc/src/unix/newlib/ |
| D | mod.rs | 497 pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC; constant
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| D | daemon.c | 113 #define SOCK_CLOEXEC 0 macro
|
| /third_party/rust/crates/libc/src/unix/redox/ |
| D | mod.rs | 719 pub const SOCK_CLOEXEC: ::c_int = 0o2_000_000; constant
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| D | mod.rs | 1603 pub const SOCK_CLOEXEC: ::c_int = 0x8000; constant
|
| /third_party/rust/crates/libc/src/unix/linux_like/ |
| D | mod.rs | 510 pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC; constant
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| D | mod.rs | 2205 pub const SOCK_CLOEXEC: ::c_int = 0x10000000; constant
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 963 pub const SOCK_CLOEXEC: ::c_int = 0x10000000; constant
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 2441 pub const SOCK_CLOEXEC: ::c_int = 0x080000; constant
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 1929 pub const SOCK_CLOEXEC: ::c_int = 0x10000000; constant
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 2924 pub const SOCK_CLOEXEC: ::c_int = 0o2000000; constant
|