Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp67 not_named_file_type= ENOTNAM,
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h120 #define ENOTNAM 118 macro
/third_party/lwip/src/include/lwip/
Derrno.h169 #define ENOTNAM 118 /* Not a XENIX named type file */ macro
/third_party/musl/arch/powerpc/bits/
Derrno.h119 #define ENOTNAM 118 macro
/third_party/musl/arch/mips/bits/
Derrno.h109 #define ENOTNAM 137 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h119 #define ENOTNAM 118 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h120 #define ENOTNAM 118 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h109 #define ENOTNAM 137 macro
/third_party/musl/arch/mips64/bits/
Derrno.h109 #define ENOTNAM 137 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h120 #define ENOTNAM 118 macro
/third_party/musl/arch/generic/bits/
Derrno.h119 #define ENOTNAM 118 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h120 #define ENOTNAM 118 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h119 #define ENOTNAM 118 macro
/third_party/ltp/lib/
Derrnos.h151 PAIR(ENOTNAM) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c345 #ifdef ENOTNAM in errno_exec()
346 add_errcode("ENOTNAM", ENOTNAM, "Not a XENIX named type file"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst616 .. data:: ENOTNAM
/third_party/ffmpeg/doc/
Derrno.txt112 ENOTNAM +..... Not a XENIX named type file
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1165 #ifdef ENOTNAM
1166 case ENOTNAM: return "not a name file";