Home
last modified time | relevance | path

Searched refs:EMULTIHOP (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c61 EMULTIHOP, "EMULTIHOP", EMULTIHOP}, {
D4-1.c56 EMULTIHOP, "EMULTIHOP"}, {
D3-1-buildonly.c47 static int dummy36 = EMULTIHOP;
/third_party/musl/arch/generic/bits/
Derrno.h72 #define EMULTIHOP 72 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h72 #define EMULTIHOP 72 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h73 #define EMULTIHOP 72 macro
/third_party/lwip/src/include/lwip/
Derrno.h121 #define EMULTIHOP 72 /* Multihop attempted */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h68 #define EMULTIHOP 74 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h73 #define EMULTIHOP 72 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h68 #define EMULTIHOP 74 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h72 #define EMULTIHOP 72 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h73 #define EMULTIHOP 72 macro
/third_party/musl/arch/mips/bits/
Derrno.h68 #define EMULTIHOP 74 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h72 #define EMULTIHOP 72 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h73 #define EMULTIHOP 72 macro
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h103 E(EMULTIHOP, "Multihop attempted")
/third_party/musl/libc-test/src/api/
Derrno.c43 C(EMULTIHOP) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h103 E(EMULTIHOP, "Multihop attempted")
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h103 E(EMULTIHOP, "Multihop attempted")
/third_party/musl/src/errno/
D__strerror.h103 E(EMULTIHOP, "Multihop attempted")
/third_party/ltp/lib/
Derrnos.h105 PAIR(EMULTIHOP) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c309 #ifdef EMULTIHOP in errno_exec()
310 add_errcode("EMULTIHOP", EMULTIHOP, "Multihop attempted"); in errno_exec()
/third_party/node/src/
Dnode_errors.cc609 #ifdef EMULTIHOP in errno_string()
610 ERRNO_CASE(EMULTIHOP); in errno_string()
Dnode_constants.cc202 #ifdef EMULTIHOP in DefineErrnoConstants()
203 NODE_DEFINE_CONSTANT(target, EMULTIHOP); in DefineErrnoConstants()
/third_party/python/Doc/library/
Derrno.rst386 .. data:: EMULTIHOP

12