Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h46 # define EINPROGRESS 10036 macro
Dstrerror.c55 case EINPROGRESS: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp119 #ifndef EINPROGRESS
120 #error EINPROGRESS not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno187 #ifndef EINPROGRESS
188 #define EINPROGRESS 9928
Dsystem_error175 operation_in_progress, // EINPROGRESS
319 operation_in_progress = EINPROGRESS,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp80 static_assert(static_cast<int>(std::errc::operation_in_progress) == EINPROGRESS, ""); in main()