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

1 2

  /src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h 37 # ifndef ENOMSG
38 # define ENOMSG 122
167 /* On OpenBSD 4.0 and on native Windows, the macros ENOMSG, EIDRM, ENOLINK,
177 # ifndef ENOMSG
178 # define ENOMSG 2000
strerror-override.c 222 case ENOMSG:
  /src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h 37 # ifndef ENOMSG
38 # define ENOMSG 122
167 /* On OpenBSD 4.0 and on native Windows, the macros ENOMSG, EIDRM, ENOLINK,
177 # ifndef ENOMSG
178 # define ENOMSG 2000
strerror-override.c 222 case ENOMSG:
  /src/lib/librumpuser/
rumpuser_errtrans.c 276 #ifdef ENOMSG
277 case ENOMSG : return 83;
  /src/sys/rump/include/rump/
rumperrno2host.h 348 #ifdef ENOMSG
350 return ENOMSG;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 157 #ifndef ENOMSG
158 #define ENOMSG 9920
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 95 #ifdef ENOMSG
96 no_message = ENOMSG,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 95 #ifdef ENOMSG
96 no_message = ENOMSG,
  /src/sys/sys/
errno.h 145 #define ENOMSG 83 /* No message of desired type */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 233 enum ENOMSG = 122;
299 enum ENOMSG = 42; ///
402 enum ENOMSG = 42; ///
498 enum ENOMSG = 35; ///
604 enum ENOMSG = 35; ///
716 enum ENOMSG = 42; ///
819 enum ENOMSG = 42; ///
955 enum ENOMSG = 75; ///
1026 enum ENOMSG = 42; ///
1196 enum ENOMSG = 91; /// No message of desired typ
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 260 #ifdef ENOMSG
261 { "ENOMSG", ENOMSG, 35 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 260 #ifdef ENOMSG
261 { "ENOMSG", ENOMSG, 35 },
  /src/lib/libc/nls/
catgets.c 112 errno = ENOMSG;
  /src/external/cddl/osnet/lib/libdtrace/
errno.d 205 inline int ENOMSG = 83;
206 #pragma D binding "1.0" ENOMSG
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h 99 no_message = ENOMSG,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 99 no_message = ENOMSG,
  /src/external/gpl3/binutils/dist/libiberty/
strerror.c 181 #if defined (ENOMSG)
182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
  /src/external/gpl3/binutils.old/dist/libiberty/
strerror.c 181 #if defined (ENOMSG)
182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
  /src/external/gpl3/gcc/dist/libiberty/
strerror.c 181 #if defined (ENOMSG)
182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
  /src/external/gpl3/gcc.old/dist/libiberty/
strerror.c 181 #if defined (ENOMSG)
182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
  /src/external/gpl3/gdb/dist/libiberty/
strerror.c 181 #if defined (ENOMSG)
182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
  /src/external/gpl3/gdb.old/dist/libiberty/
strerror.c 181 #if defined (ENOMSG)
182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
system_error.cc 471 #ifdef ENOMSG
472 case ENOMSG:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
system_error.cc 409 #ifdef ENOMSG
410 case ENOMSG:

Completed in 41 milliseconds

1 2