Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp83 srmount_error = ESRMNT,
/third_party/musl/arch/generic/bits/
Derrno.h69 #define ESRMNT 69 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h69 #define ESRMNT 69 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h70 #define ESRMNT 69 macro
/third_party/lwip/src/include/lwip/
Derrno.h118 #define ESRMNT 69 /* Srmount error */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h64 #define ESRMNT 69 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h70 #define ESRMNT 69 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h64 #define ESRMNT 69 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h69 #define ESRMNT 69 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h70 #define ESRMNT 69 macro
/third_party/musl/arch/mips/bits/
Derrno.h64 #define ESRMNT 69 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h69 #define ESRMNT 69 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h70 #define ESRMNT 69 macro
/third_party/ltp/lib/
Derrnos.h102 PAIR(ESRMNT) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c409 #ifdef ESRMNT in errno_exec()
410 add_errcode("ESRMNT", ESRMNT, "Srmount error"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst371 .. data:: ESRMNT
/third_party/ffmpeg/doc/
Derrno.txt146 ESRMNT +..... Srmount error
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1255 #ifdef ESRMNT
1256 case ESRMNT: return "srmount error";