Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h72 # define ELOOP 10062 macro
Dstrerror.c133 case ELOOP: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/errno/
Dcerrno.pass.cpp143 #ifndef ELOOP
144 #error ELOOP not defined
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcerrno227 #ifndef ELOOP
228 #define ELOOP 9939
Dsystem_error193 too_many_symbolic_link_levels, // ELOOP
341 too_many_symbolic_link_levels = ELOOP,
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
Derrc.pass.cpp101 static_assert(static_cast<int>(std::errc::too_many_symbolic_link_levels) == ELOOP, ""); in main()