Home
last modified time | relevance | path

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

/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp143 #ifndef ELOOP
144 #error ELOOP not defined
/external/libxml2/include/
Dwsockcompat.h70 #define ELOOP WSAELOOP macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h11 #define ELOOP 40 /* Too many symbolic links encountered */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h64 #define ELOOP 90 /* Too many symbolic links encountered */ macro
/external/bison/lib/
Dstrerror-override.c86 case ELOOP: in strerror_override()
Derrno.in.h118 # define ELOOP 114 macro
/external/tcpdump/win32/Include/
Derrno.h43 #define ELOOP 40 /* Too many symbolic links encountered */ macro
/external/libcxx/include/
Dcerrno227 #ifndef ELOOP
228 #define ELOOP 9939
Dsystem_error194 too_many_symbolic_link_levels, // ELOOP
342 too_many_symbolic_link_levels = ELOOP,
Dmodule.modulemap43 EADDRINUSE, EDESTADDRREQ, ELOOP, ENOLCK, ENOTSUP, ESRCH,
/external/openssh/openbsd-compat/
Drealpath.c147 errno = ELOOP; in realpath()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp101 static_assert(static_cast<int>(std::errc::too_many_symbolic_link_levels) == ELOOP, ""); in main()
/external/mksh/src/
Dshf.c1136 #ifdef ELOOP in cstrerror()
1137 case ELOOP: in cstrerror()
Dmisc.c1382 #ifndef ELOOP
1383 #define ELOOP E2BIG macro
1485 errno = ELOOP; in do_realpath()
/external/toybox/lib/
Dxwrap.c361 errno = ELOOP; in xabspath()
/external/libxml2/os400/dlfcn/
Ddlfcn.c447 errno = ELOOP; in dlresolveLink()
/external/valgrind/include/vki/
Dvki-darwin.h590 #define VKI_ELOOP ELOOP
/external/libselinux/src/
Dandroid.c1308 errno = ELOOP; in selinux_android_restorecon_common()
/external/openssh/
Dsftp-server.c199 case ELOOP: in errno_to_portable()
/external/libxml2/doc/html/
Dindex.sgml57 <ANCHOR id="ELOOP-CAPS" href="libxml/libxml-wsockcompat.html#ELOOP-CAPS">
/external/iptables/libiptc/
Dlibiptc.c2728 { TC_INSERT_ENTRY, ELOOP, "Loop found in table" }, in TC_STRERROR()
/external/robolectric/lib/main/
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js989 …,ELIBMAX:86,ELIBEXEC:87,ENOSYS:88,ENMFILE:89,ENOTEMPTY:90,ENAMETOOLONG:91,ELOOP:92,EOPNOTSUPP:95,E… property
1097 ret.error = ERRNO_CODES.ELOOP;