HomeSort by: relevance | last modified time | path
    Searched refs:EOWNERDEAD (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_errno.cc 28 // EOWNERDEAD is not present in some older platforms.
29 #if defined(EOWNERDEAD)
30 extern const int errno_EOWNERDEAD = EOWNERDEAD;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_errno.cpp 27 // EOWNERDEAD is not present in some older platforms.
28 #if defined(EOWNERDEAD)
29 extern const int errno_EOWNERDEAD = EOWNERDEAD;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_errno.cpp 27 // EOWNERDEAD is not present in some older platforms.
28 #if defined(EOWNERDEAD)
29 extern const int errno_EOWNERDEAD = EOWNERDEAD;
  /src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h 87 # ifndef EOWNERDEAD
88 # define EOWNERDEAD 133
242 /* On many platforms, the macros EOWNERDEAD and ENOTRECOVERABLE are not
245 # ifndef EOWNERDEAD
249 # define EOWNERDEAD 58
257 # define EOWNERDEAD 43
262 # define EOWNERDEAD 133
266 # define EOWNERDEAD 2013
strerror-override.c 287 case EOWNERDEAD:
  /src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h 87 # ifndef EOWNERDEAD
88 # define EOWNERDEAD 133
242 /* On many platforms, the macros EOWNERDEAD and ENOTRECOVERABLE are not
245 # ifndef EOWNERDEAD
249 # define EOWNERDEAD 58
257 # define EOWNERDEAD 43
262 # define EOWNERDEAD 133
266 # define EOWNERDEAD 2013
strerror-override.c 287 case EOWNERDEAD:
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 35 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
51 #define EOWNERDEAD __elast1
55 #define ELAST EOWNERDEAD
58 #elif defined(EOWNERDEAD)
66 #else // defined(EOWNERDEAD)
68 #define EOWNERDEAD __elast1
75 #endif // defined(EOWNERDEAD)
77 #endif // !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
201 #ifndef EOWNERDEAD
202 #define EOWNERDEAD 993
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 134 #ifdef EOWNERDEAD
135 owner_dead = EOWNERDEAD,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 134 #ifdef EOWNERDEAD
135 owner_dead = EOWNERDEAD,
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h 134 #ifdef EOWNERDEAD
135 owner_dead = EOWNERDEAD,
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 128 #ifdef EOWNERDEAD
129 owner_dead = EOWNERDEAD,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 134 #ifdef EOWNERDEAD
135 owner_dead = EOWNERDEAD,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 128 #ifdef EOWNERDEAD
129 owner_dead = EOWNERDEAD,
  /src/sys/sys/
errno.h 176 #define EOWNERDEAD 97 /* Previous owner died */
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 320 #ifdef EOWNERDEAD
321 { "EOWNERDEAD", EOWNERDEAD, 142 },
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 320 #ifdef EOWNERDEAD
321 { "EOWNERDEAD", EOWNERDEAD, 142 },
  /src/external/cddl/osnet/lib/libdtrace/
errno.d 233 inline int EOWNERDEAD = 97;
234 #pragma D binding "1.0" EOWNERDEAD
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 244 enum EOWNERDEAD = 133;
388 enum EOWNERDEAD = 130; ///
491 enum EOWNERDEAD = 130; ///
597 enum EOWNERDEAD = 254; ///
701 enum EOWNERDEAD = 165; ///
805 enum EOWNERDEAD = 130; ///
907 enum EOWNERDEAD = 130; ///
1012 enum EOWNERDEAD = 132; ///
1115 enum EOWNERDEAD = 130; ///
1531 enum EOWNERDEAD = 94; /// Previous owner die
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
system_error.cc 521 #ifdef EOWNERDEAD
522 case EOWNERDEAD:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
system_error.cc 459 #ifdef EOWNERDEAD
460 case EOWNERDEAD:
  /src/tests/include/
t_errno.c 615 #ifdef EOWNERDEAD
620 atf_tc_fail_nonfatal("EOWNERDEAD not defined");
  /src/external/gpl3/gdb/dist/sim/bfin/
linux-targ-map.h 1782 #ifdef EOWNERDEAD
1784 { "EOWNERDEAD", EOWNERDEAD, TARGET_LINUX_EOWNERDEAD },
  /src/external/gpl3/gdb.old/dist/sim/bfin/
linux-targ-map.h 1782 #ifdef EOWNERDEAD
1784 { "EOWNERDEAD", EOWNERDEAD, TARGET_LINUX_EOWNERDEAD },
  /src/external/mit/libuv/dist/src/unix/
linux.c 824 if (errno != EOWNERDEAD) /* Kernel bug. Harmless, ignore. */

Completed in 45 milliseconds

1 2