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

123

/macosx-10.9.5/ruby-104/ruby/lib/
H A Dfind.rb46 rescue Errno::ENOENT, Errno::EACCES, Errno::ENOTDIR, Errno::ELOOP, Errno::ENAMETOOLONG
52 rescue Errno::ENOENT, Errno::EACCES, Errno::ENOTDIR, Errno::ELOOP, Errno::ENAMETOOLONG
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnftw.c100 /* UNIX03 requires us to return -1/errno=ELOOP if path
108 && (errno == ELOOP || errno == ENAMETOOLONG || errno == ENOENT
169 requires ELOOP to end ftw and nftw walks with
173 if (rc < 0 && errno == ELOOP) {
194 errno = ELOOP;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Derrno.h127 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Derrno.h127 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Derrno.h127 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Derrno2result.c42 case ELOOP:
/macosx-10.9.5/libxml2-26/libxml2/include/
H A Dwsockcompat.h70 #define ELOOP WSAELOOP macro
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Derrno2result.c42 case ELOOP:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/
H A Dwsockcompat.h68 #define ELOOP WSAELOOP macro
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A DtclErrno.h82 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/macosx-10.9.5/tcpdump-56/tcpdump/win32/Include/
H A Derrno.h43 #define ELOOP 40 /* Too many symbolic links encountered */ macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclPosixStr.c215 #if defined(ELOOP) && (!defined(ENOENT) || (ELOOP != ENOENT))
216 case ELOOP: return "ELOOP";
425 #if defined(ETIME) && (!defined(ELOOP) || (ETIME != ELOOP))
664 #if defined(ELOOP) && (!defined(ENOENT) || (ELOOP != ENOENT))
665 case ELOOP: return "too many levels of symbolic links";
874 #if defined(ETIME) && (!defined(ELOOP) || (ETIM
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclPosixStr.c217 #if defined(ELOOP) && (!defined(ENOENT) || (ELOOP != ENOENT))
218 case ELOOP: return "ELOOP";
427 #if defined(ETIME) && (!defined(ELOOP) || (ETIME != ELOOP))
668 #if defined(ELOOP) && (!defined(ENOENT) || (ELOOP != ENOENT))
669 case ELOOP: return "too many levels of symbolic links";
878 #if defined(ETIME) && (!defined(ELOOP) || (ETIM
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_errno.c298 #ifdef ELOOP
299 return (ELOOP);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dpathphys.c179 #ifdef ELOOP
180 errno = ELOOP;
/macosx-10.9.5/Libc-997.90.3/sys/
H A Dposix_spawn.c139 case ELOOP:
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/os2/
H A Dmaperrorcode.c68 { SOCELOOP, ELOOP },
/macosx-10.9.5/apr-30/apr/apr/file_io/os2/
H A Dmaperrorcode.c68 { SOCELOOP, ELOOP },
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dstrerror.c164 ERRSTR(ELOOP, "Too many levels of symbolic links");
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Drealpath.c147 errno = ELOOP;
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h142 #define ELOOP WSAELOOP macro
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d147 inline int ELOOP = 62;
148 #pragma D binding "1.0" ELOOP
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Derrno.h182 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_setup_once.h513 #undef ELOOP /* override definition in errno.h */ macro
514 #define ELOOP WSAELOOP macro
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinPort.h192 #ifndef ELOOP
193 # define ELOOP 90 /* Symbolic link loop */ macro

Completed in 353 milliseconds

123