HomeSort by relevance Sort by last modified time
    Searched refs:ENOMSG (Results 26 - 50 of 128) sorted by null

12 3 4 5 6

  /bionic/tests/headers/posix/
errno_h.c 84 MACRO(ENOMSG);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-1-buildonly.c 63 int dummy50 = ENOMSG;
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 43 ENOMSG = 35
  /external/syslinux/com32/include/
errno.h 47 #define ENOMSG 42 /* No message of desired type */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 150 #define ENOMSG __ENOMSG /* 83 No message of desired type */
  /external/ltp/testcases/kernel/containers/sysvipc/
msg_comm.c 89 if (n == -1 && errno != ENOMSG) {
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 47 ENOMSG = 35
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 165 no_message, // ENOMSG
358 # ifndef ENOMSG
359 # define ENOMSG 122
550 no_message_available = ENOMSG,
552 no_message = ENOMSG,
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 120 #define ENOMSG 42 /* No message of desired type */
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 158 case ENOMSG: // No message of the desired type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 99 no_message = ENOMSG,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 99 no_message = ENOMSG,
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 209 #ifndef ENOMSG
210 #error ENOMSG not defined
  /external/strace/tests/
errno2name.c 300 #ifdef ENOMSG
301 CASE(ENOMSG);
  /external/strace/tests-m32/
errno2name.c 300 #ifdef ENOMSG
301 CASE(ENOMSG);
  /external/strace/tests-mx32/
errno2name.c 300 #ifdef ENOMSG
301 CASE(ENOMSG);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/errno/
cerrno.pass.cpp 209 #ifndef ENOMSG
210 #error ENOMSG not defined
  /bionic/libc/private/
bionic_errdefs.h 80 __BIONIC_ERRDEF( ENOMSG , 42, "No message of desired type" )
  /external/ltp/lib/
errnos.h 75 PAIR(ENOMSG)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 181 #if defined (ENOMSG)
182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
  /external/minijail/linux-x86/
libconstants.gen.c 374 #ifdef ENOMSG
375 { "ENOMSG", (unsigned long) ENOMSG },
376 #endif // ENOMSG
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 75 ERROR_ENTRY(ENOMSG), // No message of desired type
  /external/libcxx/test/std/diagnostics/syserr/
errc.pass.cpp 61 static_assert(static_cast<int>(std::errc::no_message) == ENOMSG, "");
  /external/linux-kselftest/tools/testing/selftests/ipc/
msgque.c 90 if (errno == ENOMSG)
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 97 ENOMSG
232 ENOMSG - APPLICATION_ERROR: "no message of desired type",

Completed in 468 milliseconds

12 3 4 5 6