Home
last modified time | relevance | path

Searched refs:EDOTDOT (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/system/
Dlinux_error.hpp46 dot_dot_error = EDOTDOT,
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h74 #define EDOTDOT 73 macro
/third_party/lwip/src/include/lwip/
Derrno.h122 #define EDOTDOT 73 /* RFS specific error */ macro
/third_party/musl/arch/powerpc/bits/
Derrno.h73 #define EDOTDOT 73 macro
/third_party/musl/arch/mips/bits/
Derrno.h67 #define EDOTDOT 73 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h73 #define EDOTDOT 73 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h74 #define EDOTDOT 73 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h67 #define EDOTDOT 73 macro
/third_party/musl/arch/mips64/bits/
Derrno.h67 #define EDOTDOT 73 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h74 #define EDOTDOT 73 macro
/third_party/musl/arch/generic/bits/
Derrno.h73 #define EDOTDOT 73 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h74 #define EDOTDOT 73 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h73 #define EDOTDOT 73 macro
/third_party/ltp/lib/
Derrnos.h106 PAIR(EDOTDOT) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c270 #ifdef EDOTDOT in errno_exec()
271 add_errcode("EDOTDOT", EDOTDOT, "RFS specific error"); in errno_exec()
/third_party/boost/libs/system/test/
Derror_code_test.cpp311 BOOST_TEST( ec == error_code( EDOTDOT, system_category() ) ); in main()
/third_party/python/Doc/library/
Derrno.rst391 .. data:: EDOTDOT
/third_party/ffmpeg/doc/
Derrno.txt42 EDOTDOT +..... RFS specific error
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c976 #ifdef EDOTDOT
977 case EDOTDOT: return "cross mount point";