Home
last modified time | relevance | path

Searched refs:ECANCELED (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h155 # ifndef ECANCELED
156 # define ECANCELED 2008 macro
Dstrerror.c323 case ECANCELED: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp63 #ifndef ECANCELED
64 #error ECANCELED not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno183 #ifndef ECANCELED
184 #define ECANCELED 9927
Dsystem_error174 operation_canceled, // ECANCELED
318 operation_canceled = ECANCELED,
/ndk/sources/host-tools/sed-4.2.1/m4/
Derrno_h.m440 #if !defined ECANCELED
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp79 static_assert(static_cast<int>(std::errc::operation_canceled) == ECANCELED, ""); in main()