/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 136 pub const SOCK_NONBLOCK: ::c_int = 2048; constant
|
/third_party/musl/arch/mipsn32/bits/ |
D | socket.h | 34 #define SOCK_NONBLOCK 0200 macro
|
/third_party/musl/arch/mips/bits/ |
D | socket.h | 34 #define SOCK_NONBLOCK 0200 macro
|
/third_party/musl/arch/mips64/bits/ |
D | socket.h | 34 #define SOCK_NONBLOCK 0200 macro
|
/third_party/ltp/include/lapi/ |
D | fcntl.h | 26 # define SOCK_NONBLOCK O_NONBLOCK macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 54 pub const SOCK_NONBLOCK: ::c_int = 128; constant
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 100 #define SOCK_NONBLOCK 04000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 96 #define SOCK_NONBLOCK 04000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 96 #define SOCK_NONBLOCK 04000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 96 #define SOCK_NONBLOCK 04000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 96 #define SOCK_NONBLOCK 04000 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 96 #define SOCK_NONBLOCK 04000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 85 #define SOCK_NONBLOCK 04000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 100 #define SOCK_NONBLOCK 04000 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 298 pub const SOCK_NONBLOCK: ::c_int = 2048; constant
|
D | powerpc.rs | 246 pub const SOCK_NONBLOCK: ::c_int = 2048; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 671 pub const SOCK_NONBLOCK: ::c_int = O_NONBLOCK; constant
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 718 pub const SOCK_NONBLOCK: ::c_int = 0o4_000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/ |
D | mod.rs | 505 pub const SOCK_NONBLOCK: ::c_int = 0o0004000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/mips/ |
D | mod.rs | 253 pub const SOCK_NONBLOCK: ::c_int = 0o200; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/ |
D | mod.rs | 314 pub const SOCK_NONBLOCK: ::c_int = 2048; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/ |
D | mod.rs | 303 pub const SOCK_NONBLOCK: ::c_int = 2048; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1604 pub const SOCK_NONBLOCK: ::c_int = 0x4000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1524 pub const SOCK_NONBLOCK: ::c_int = 2048; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 964 pub const SOCK_NONBLOCK: ::c_int = 0x20000000; constant
|