Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h48 # define ENOTSOCK 10038 macro
Dstrerror.c61 case ENOTSOCK: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp257 #ifndef ENOTSOCK
258 #error ENOTSOCK not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno167 #ifndef ENOTSOCK
168 #define ENOTSOCK 9923
Dsystem_error169 not_a_socket, // ENOTSOCK
309 not_a_socket = ENOTSOCK,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp72 static_assert(static_cast<int>(std::errc::not_a_socket) == ENOTSOCK, ""); in main()