Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp47 exchange_full = EXFULL,
/third_party/musl/arch/generic/bits/
Derrno.h54 #define EXFULL 54 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h54 #define EXFULL 54 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h55 #define EXFULL 54 macro
/third_party/lwip/src/include/lwip/
Derrno.h101 #define EXFULL 54 /* Exchange full */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h49 #define EXFULL 52 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h55 #define EXFULL 54 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h49 #define EXFULL 52 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h54 #define EXFULL 54 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h55 #define EXFULL 54 macro
/third_party/musl/arch/mips/bits/
Derrno.h49 #define EXFULL 52 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h54 #define EXFULL 54 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h55 #define EXFULL 54 macro
/third_party/ltp/lib/
Derrnos.h87 PAIR(EXFULL) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c373 #ifdef EXFULL in errno_exec()
374 add_errcode("EXFULL", EXFULL, "Exchange full"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst296 .. data:: EXFULL
/third_party/ffmpeg/doc/
Derrno.txt158 EXFULL +..... Exchange full
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1294 #ifdef EXFULL
1295 case EXFULL: return "message tables full";