/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/musl/arch/generic/bits/ |
D | errno.h | 72 #define EMULTIHOP 72 macro
|
/third_party/musl/arch/powerpc64/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/lwip/src/include/lwip/ |
D | errno.h | 121 #define EMULTIHOP 72 /* Multihop attempted */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 68 #define EMULTIHOP 74 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 73 #define EMULTIHOP 72 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 68 #define EMULTIHOP 74 macro
|
/third_party/musl/porting/liteos_m/user/include/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/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/uniproton/kernel/include/bits/ |
D | errno.h | 73 #define EMULTIHOP 72 macro
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 103 E(EMULTIHOP, "Multihop attempted")
|
/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 | 103 E(EMULTIHOP, "Multihop attempted")
|
/third_party/ltp/lib/ |
D | errnos.h | 105 PAIR(EMULTIHOP) in tst_strerrno()
|
/third_party/python/Modules/ |
D | errnomodule.c | 309 #ifdef EMULTIHOP in errno_exec() 310 add_errcode("EMULTIHOP", EMULTIHOP, "Multihop attempted"); in errno_exec()
|
/third_party/node/src/ |
D | node_errors.cc | 609 #ifdef EMULTIHOP in errno_string() 610 ERRNO_CASE(EMULTIHOP); in errno_string()
|
D | node_constants.cc | 202 #ifdef EMULTIHOP in DefineErrnoConstants() 203 NODE_DEFINE_CONSTANT(target, EMULTIHOP); in DefineErrnoConstants()
|
/third_party/python/Doc/library/ |
D | errno.rst | 386 .. data:: EMULTIHOP
|