/third_party/rust/crates/nix/src/ |
D | errno.rs | 473 EMULTIHOP => "Multihop attempted", in desc() 762 EMULTIHOP => "Multihop attempted", in desc() 1042 EMULTIHOP => "Reserved", in desc() 1194 EMULTIHOP = libc::EMULTIHOP, enumerator 1339 libc::EMULTIHOP => EMULTIHOP, in from_i32() 1509 EMULTIHOP = libc::EMULTIHOP, enumerator 1627 libc::EMULTIHOP => EMULTIHOP, in from_i32() 1740 EMULTIHOP = libc::EMULTIHOP, enumerator 1849 libc::EMULTIHOP => EMULTIHOP, in from_i32() 1957 EMULTIHOP = libc::EMULTIHOP, enumerator [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 61 EMULTIHOP, "EMULTIHOP", EMULTIHOP}, {
|
D | 4-1.c | 56 EMULTIHOP, "EMULTIHOP"}, {
|
D | 3-1-buildonly.c | 47 static int dummy36 = EMULTIHOP;
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 121 #define EMULTIHOP 72 /* Multihop attempted */ macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 73 #define EMULTIHOP 72 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 72 #define EMULTIHOP 72 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 72 #define EMULTIHOP 72 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 68 #define EMULTIHOP 74 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 68 #define EMULTIHOP 74 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 68 #define EMULTIHOP 74 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 72 #define EMULTIHOP 72 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 73 #define EMULTIHOP 72 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 73 #define EMULTIHOP 72 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 72 #define EMULTIHOP 72 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 73 #define EMULTIHOP 72 macro
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 43 C(EMULTIHOP) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 103 E(EMULTIHOP, "Multihop attempted")
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 103 E(EMULTIHOP, "Multihop attempted")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 104 E(EMULTIHOP, "Multihop attempted")
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 104 E(EMULTIHOP, "Multihop attempted")
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 46 EMULTIHOP
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | errno.rs | 74 pub const EMULTIHOP: u32 = 72; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | errno.rs | 74 pub const EMULTIHOP: u32 = 72; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | errno.rs | 74 pub const EMULTIHOP: u32 = 72; constant
|