Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h58 # define EADDRINUSE 10048 macro
Dstrerror.c91 case EADDRINUSE: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp31 #ifndef EADDRINUSE
32 #error EADDRINUSE not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno83 #ifndef EADDRINUSE
84 #define EADDRINUSE 9902
Dsystem_error120 address_in_use, // EADDRINUSE
252 address_in_use = EADDRINUSE,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp19 static_assert(static_cast<int>(std::errc::address_in_use) == EADDRINUSE, ""); in main()