Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp72 remote_address_changed = EREMCHG,
/third_party/musl/arch/generic/bits/
Derrno.h78 #define EREMCHG 78 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h78 #define EREMCHG 78 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h79 #define EREMCHG 78 macro
/third_party/lwip/src/include/lwip/
Derrno.h127 #define EREMCHG 78 /* Remote address changed */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h74 #define EREMCHG 82 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h79 #define EREMCHG 78 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h74 #define EREMCHG 82 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h78 #define EREMCHG 78 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h79 #define EREMCHG 78 macro
/third_party/musl/arch/mips/bits/
Derrno.h74 #define EREMCHG 82 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h78 #define EREMCHG 78 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h79 #define EREMCHG 78 macro
/third_party/ltp/lib/
Derrnos.h111 PAIR(EREMCHG) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c578 #ifdef EREMCHG in errno_exec()
579 add_errcode("EREMCHG", EREMCHG, "Remote address changed"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst416 .. data:: EREMCHG
/third_party/ffmpeg/doc/
Derrno.txt134 EREMCHG +..... Remote address changed
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1219 #ifdef EREMCHG
1220 case EREMCHG: return "remote address changed";