Searched refs:ELOOP (Results 1 - 25 of 29) sorted by relevance

12

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/errno_h/
H A D3-2.c45 {EISDIR,"EISDIR",EISDIR},{ELOOP,"ELOOP",ELOOP},
H A D4-1.c41 {EISDIR,"EISDIR"},{ELOOP,"ELOOP"},
H A D3-1.c39 int dummy32 = ELOOP;
/haiku-fatelf/src/bin/coreutils/lib/
H A Derrno.in.h73 # define ELOOP 10062 macro
H A Dlinkat.c146 errno = ELOOP;
236 errno = ELOOP;
H A Dstrerror.c133 case ELOOP:
203 /* WSAELOOP is ELOOP */
H A Dcanonicalize.c209 saved_errno = ELOOP;
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/
H A Derrno.h43 #define ELOOP 40 /* Too many symbolic links encountered */ macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Derrno.in.h70 # define ELOOP 10062 macro
H A Dstrerror.c133 case ELOOP:
203 /* WSAELOOP is ELOOP */
/haiku-fatelf/src/tools/docbook/libxml2/include/
H A Dwsockcompat.h66 #define ELOOP WSAELOOP macro
/haiku-fatelf/src/system/libroot/posix/
H A Dftw.c74 errno = ELOOP;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dpathphys.c179 #ifdef ELOOP
180 errno = ELOOP;
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dcanonicalize.c41 #ifndef ELOOP
42 # define ELOOP 0 macro
268 __set_errno (ELOOP);
H A Dcanonicalize-lgpl.c252 __set_errno (ELOOP);
/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.h199 #define ELOOP WSAELOOP macro
/haiku-fatelf/src/build/libroot/
H A Derrors.cpp124 ADD_ERROR(ELOOP);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Derrors.cpp139 { FS_ELOOP, ELOOP },
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dstrerror.c322 #if defined (ELOOP)
323 ENTRY(ELOOP, "ELOOP", "Too many symbolic links encountered"),
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstrerror.c317 #if defined (ELOOP)
318 ENTRY(ELOOP, "ELOOP", "Too many symbolic links encountered"),
/haiku-fatelf/headers/build/os/support/
H A DErrors.h311 #undef ELOOP macro
397 #define ELOOP HAIKU_ELOOP macro
/haiku-fatelf/src/add-ons/translators/exr/openexr/iex/
H A DIexThrowErrnoExc.cpp468 #if defined (ELOOP)
469 case ELOOP:
/haiku-fatelf/src/bin/
H A Derror.c224 E(ELOOP),
/haiku-fatelf/src/bin/rcs/
H A Drcsedit.c77 * Some hosts have readlink but not ELOOP. Avoid `unsigned'.
1264 # ifndef ELOOP
1267 * but not ELOOP. Approximate ELOOP with EMLINK.
1269 # define ELOOP EMLINK macro
1271 errno = ELOOP;
/haiku-fatelf/headers/os/support/
H A DErrors.h219 #define ELOOP B_TO_POSIX_ERROR(B_LINK_LIMIT) macro

Completed in 165 milliseconds

12