Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h35 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
49 #ifdef ENOTRECOVERABLE
60 #define ENOTRECOVERABLE __elast1 macro
63 #define ELAST ENOTRECOVERABLE
69 #define ENOTRECOVERABLE __elast2 macro
72 #define ELAST ENOTRECOVERABLE
213 #ifndef ENOTRECOVERABLE
214 #define ENOTRECOVERABLE 9934 macro
H A D__errc89 state_not_recoverable, // ENOTRECOVERABLE
198 state_not_recoverable = ENOTRECOVERABLE,
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derrno.in.h92 # ifndef ENOTRECOVERABLE
93 # define ENOTRECOVERABLE 127 macro
250 # define ENOTRECOVERABLE 59 macro
258 # define ENOTRECOVERABLE 44
263 # define ENOTRECOVERABLE 127
267 # define ENOTRECOVERABLE 2014
H A Dstrerror-override.c292 case ENOTRECOVERABLE: in strerror_override()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h150 #ifdef ENOTRECOVERABLE in _GLIBCXX_VISIBILITY()
151 state_not_recoverable = ENOTRECOVERABLE, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h150 #ifdef ENOTRECOVERABLE in _GLIBCXX_VISIBILITY()
151 state_not_recoverable = ENOTRECOVERABLE, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d238 enum ENOTRECOVERABLE = 127; in version() local
389 enum ENOTRECOVERABLE = 131; /// in version() local
492 enum ENOTRECOVERABLE = 131; /// in version() local
598 enum ENOTRECOVERABLE = 255; /// in version() local
702 enum ENOTRECOVERABLE = 166; /// in version() local
806 enum ENOTRECOVERABLE = 131; /// in version() local
908 enum ENOTRECOVERABLE = 131; /// in version() local
1013 enum ENOTRECOVERABLE = 133; /// in version() local
1116 enum ENOTRECOVERABLE = 131; /// in version() local
1530 enum ENOTRECOVERABLE = 93; /// State not recoverable in version() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h138 #ifdef ENOTRECOVERABLE in _GLIBCXX_VISIBILITY()
139 state_not_recoverable = ENOTRECOVERABLE, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h138 #ifdef ENOTRECOVERABLE in _GLIBCXX_VISIBILITY()
139 state_not_recoverable = ENOTRECOVERABLE, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h150 #ifdef ENOTRECOVERABLE in _GLIBCXX_VISIBILITY()
151 state_not_recoverable = ENOTRECOVERABLE, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h150 #ifdef ENOTRECOVERABLE in _GLIBCXX_VISIBILITY()
151 state_not_recoverable = ENOTRECOVERABLE, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc250 #ifdef ENOTRECOVERABLE in default_error_condition()
251 case ENOTRECOVERABLE: in default_error_condition()
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d235 inline int ENOTRECOVERABLE = 98; variable
236 #pragma D binding "1.0" ENOTRECOVERABLE
/netbsd-src/sys/sys/
H A Derrno.h177 #define ENOTRECOVERABLE 98 /* State not recoverable */ macro
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc437 #ifdef ENOTRECOVERABLE in default_error_condition()
438 case ENOTRECOVERABLE: in default_error_condition()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Derrno_h.m460 #if !defined ENOTRECOVERABLE
/netbsd-src/tests/include/
H A Dt_errno.c552 #ifdef ENOTRECOVERABLE in ATF_TC_BODY()
/netbsd-src/lib/libc/nls/
H A DC.msg196 $ ENOTRECOVERABLE
/netbsd-src/external/gpl3/gdb/dist/sim/bfin/
H A Dlinux-targ-map.h1786 #ifdef ENOTRECOVERABLE
1788 { "ENOTRECOVERABLE", ENOTRECOVERABLE, TARGET_LINUX_ENOTRECOVERABLE },