Home
last modified time | relevance | path

Searched refs:EUNATCH (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/system/
Dlinux_error.hpp87 unattached = EUNATCH,
/third_party/musl/arch/generic/bits/
Derrno.h49 #define EUNATCH 49 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h49 #define EUNATCH 49 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h50 #define EUNATCH 49 macro
/third_party/lwip/src/include/lwip/
Derrno.h96 #define EUNATCH 49 /* Protocol driver not attached */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h42 #define EUNATCH 42 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h50 #define EUNATCH 49 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h42 #define EUNATCH 42 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h49 #define EUNATCH 49 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h50 #define EUNATCH 49 macro
/third_party/musl/arch/mips/bits/
Derrno.h42 #define EUNATCH 42 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h49 #define EUNATCH 49 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h50 #define EUNATCH 49 macro
/third_party/ltp/lib/
Derrnos.h82 PAIR(EUNATCH) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c315 #ifdef EUNATCH in errno_exec()
316 add_errcode("EUNATCH", EUNATCH, "Protocol driver not attached"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst271 .. data:: EUNATCH
/third_party/ffmpeg/doc/
Derrno.txt154 EUNATCH +..... Protocol driver not attached
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1279 #ifdef EUNATCH
1280 case EUNATCH: return "protocol driver not attached";