HomeSort by: relevance | last modified time | path
    Searched refs:ENOTRECOVERABLE (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h 92 # ifndef ENOTRECOVERABLE
93 # define ENOTRECOVERABLE 127
242 /* On many platforms, the macros EOWNERDEAD and ENOTRECOVERABLE are not
250 # define ENOTRECOVERABLE 59
258 # define ENOTRECOVERABLE 44
263 # define ENOTRECOVERABLE 127
267 # define ENOTRECOVERABLE 2014
strerror-override.c 292 case ENOTRECOVERABLE:
  /src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h 92 # ifndef ENOTRECOVERABLE
93 # define ENOTRECOVERABLE 127
242 /* On many platforms, the macros EOWNERDEAD and ENOTRECOVERABLE are not
250 # define ENOTRECOVERABLE 59
258 # define ENOTRECOVERABLE 44
263 # define ENOTRECOVERABLE 127
267 # define ENOTRECOVERABLE 2014
strerror-override.c 292 case ENOTRECOVERABLE:
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 35 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
49 #ifdef ENOTRECOVERABLE
60 #define ENOTRECOVERABLE __elast1
63 #define ELAST ENOTRECOVERABLE
69 #define ENOTRECOVERABLE __elast2
72 #define ELAST ENOTRECOVERABLE
77 #endif // !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
213 #ifndef ENOTRECOVERABLE
214 #define ENOTRECOVERABLE 9934
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 150 #ifdef ENOTRECOVERABLE
151 state_not_recoverable = ENOTRECOVERABLE,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 150 #ifdef ENOTRECOVERABLE
151 state_not_recoverable = ENOTRECOVERABLE,
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h 150 #ifdef ENOTRECOVERABLE
151 state_not_recoverable = ENOTRECOVERABLE,
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 138 #ifdef ENOTRECOVERABLE
139 state_not_recoverable = ENOTRECOVERABLE,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 150 #ifdef ENOTRECOVERABLE
151 state_not_recoverable = ENOTRECOVERABLE,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 138 #ifdef ENOTRECOVERABLE
139 state_not_recoverable = ENOTRECOVERABLE,
  /src/sys/sys/
errno.h 177 #define ENOTRECOVERABLE 98 /* State not recoverable */
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 296 #ifdef ENOTRECOVERABLE
297 { "ENOTRECOVERABLE", ENOTRECOVERABLE, 141 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 296 #ifdef ENOTRECOVERABLE
297 { "ENOTRECOVERABLE", ENOTRECOVERABLE, 141 },
  /src/external/cddl/osnet/lib/libdtrace/
errno.d 235 inline int ENOTRECOVERABLE = 98;
236 #pragma D binding "1.0" ENOTRECOVERABLE
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 238 enum ENOTRECOVERABLE = 127;
389 enum ENOTRECOVERABLE = 131; ///
492 enum ENOTRECOVERABLE = 131; ///
598 enum ENOTRECOVERABLE = 255; ///
702 enum ENOTRECOVERABLE = 166; ///
806 enum ENOTRECOVERABLE = 131; ///
908 enum ENOTRECOVERABLE = 131; ///
1013 enum ENOTRECOVERABLE = 133; ///
1116 enum ENOTRECOVERABLE = 131; ///
1530 enum ENOTRECOVERABLE = 93; /// State not recoverabl
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
system_error.cc 499 #ifdef ENOTRECOVERABLE
500 case ENOTRECOVERABLE:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
system_error.cc 437 #ifdef ENOTRECOVERABLE
438 case ENOTRECOVERABLE:
  /src/tests/include/
t_errno.c 552 #ifdef ENOTRECOVERABLE
557 atf_tc_fail_nonfatal("ENOTRECOVERABLE not defined");
  /src/external/gpl3/gdb/dist/sim/bfin/
linux-targ-map.h 1786 #ifdef ENOTRECOVERABLE
1788 { "ENOTRECOVERABLE", ENOTRECOVERABLE, TARGET_LINUX_ENOTRECOVERABLE },
  /src/external/gpl3/gdb.old/dist/sim/bfin/
linux-targ-map.h 1786 #ifdef ENOTRECOVERABLE
1788 { "ENOTRECOVERABLE", ENOTRECOVERABLE, TARGET_LINUX_ENOTRECOVERABLE },

Completed in 33 milliseconds