Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h50 # define EMSGSIZE 10040 macro
Dstrerror.c67 case EMSGSIZE: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp155 #ifndef EMSGSIZE
156 #error EMSGSIZE not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno127 #ifndef EMSGSIZE
128 #define EMSGSIZE 9913
Dsystem_error151 message_size, // EMSGSIZE
283 message_size = EMSGSIZE,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp50 static_assert(static_cast<int>(std::errc::message_size) == EMSGSIZE, ""); in main()