/third_party/rust/crates/nix/src/ |
D | errno.rs | 202 EPFNOSUPPORT => "Protocol family not supported", in desc() 1218 EPFNOSUPPORT = libc::EPFNOSUPPORT, enumerator 1363 libc::EPFNOSUPPORT => EPFNOSUPPORT, in from_i32() 1460 EPFNOSUPPORT = libc::EPFNOSUPPORT, enumerator 1578 libc::EPFNOSUPPORT => EPFNOSUPPORT, in from_i32() 1696 EPFNOSUPPORT = libc::EPFNOSUPPORT, enumerator 1805 libc::EPFNOSUPPORT => EPFNOSUPPORT, in from_i32() 1913 EPFNOSUPPORT = libc::EPFNOSUPPORT, enumerator 2022 libc::EPFNOSUPPORT => EPFNOSUPPORT, in from_i32() 2128 EPFNOSUPPORT = libc::EPFNOSUPPORT, enumerator [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 140 #ifndef EPFNOSUPPORT 141 #define EPFNOSUPPORT (MHDW32ERRBASE+33) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 30 #undef EPFNOSUPPORT 31 #define EPFNOSUPPORT WSAEPFNOSUPPORT macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 60 case WSAEPFNOSUPPORT: return EPFNOSUPPORT; in MHD_W32_errno_from_winsock_() 136 case EPFNOSUPPORT: in MHD_W32_strerror_() 450 case EPFNOSUPPORT: in MHD_W32_set_last_winsock_error_()
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 147 #define EPFNOSUPPORT 96 /* Protocol family not supported */ macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 98 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 97 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 97 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 96 #define EPFNOSUPPORT 123 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 96 #define EPFNOSUPPORT 123 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 96 #define EPFNOSUPPORT 123 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 97 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 98 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 98 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 97 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 98 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 85 E(EPFNOSUPPORT, "Protocol family not supported")
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 85 E(EPFNOSUPPORT, "Protocol family not supported")
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstsparsefile.c | 594 #ifdef EPFNOSUPPORT in gst_sparse_file_io_error_from_errno() 595 case EPFNOSUPPORT: in gst_sparse_file_io_error_from_errno()
|
/third_party/musl/src/errno/ |
D | __strerror.h | 86 E(EPFNOSUPPORT, "Protocol family not supported")
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 86 E(EPFNOSUPPORT, "Protocol family not supported")
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | errno.rs | 98 pub const EPFNOSUPPORT: u32 = 96; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | errno.rs | 98 pub const EPFNOSUPPORT: u32 = 96; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | errno.rs | 98 pub const EPFNOSUPPORT: u32 = 96; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | errno.rs | 97 pub const EPFNOSUPPORT: u32 = 123; constant
|