HomeSort by relevance Sort by last modified time
    Searched refs:ENOMSG (Results 126 - 150 of 196) sorted by null

1 2 3 4 56 7 8

  /external/opencv3/3rdparty/openexr/Iex/
IexThrowErrnoExc.cpp 233 #if defined (ENOMSG)
234 case ENOMSG:
  /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, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 61 static_assert(static_cast<int>(std::errc::no_message) == ENOMSG, "");
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 97 ENOMSG
232 ENOMSG - APPLICATION_ERROR: "no message of desired type",
tables_nacl.go 137 ENOMSG Errno = 42 /* No message of desired type */
263 ENOMSG: "No message of desired type",