Searched refs:ELOOP (Results 26 - 50 of 63) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinPort.h182 #ifndef ELOOP
183 # define ELOOP 90 /* Symbolic link loop */ macro
H A DtclWinError.c328 ELOOP, /* WSAELOOP */
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A Dsystem_error.h201 too_many_symbolic_link_levels, // ELOOP
462 # ifndef ELOOP
463 # define ELOOP 114 macro
605 too_many_symbolic_link_levels = ELOOP,
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dnet.h219 #define ELOOP WSAELOOP macro
/macosx-10.9.5/emacs-92/emacs/nt/inc/sys/
H A Dsocket.h153 #define ELOOP WSAELOOP macro
/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dnet.h219 #define ELOOP WSAELOOP macro
/macosx-10.9.5/removefile-33/
H A Dremovefile_tree_walker.c61 state->error_num = ELOOP;
/macosx-10.9.5/sudo-72/src/
H A Dalias.c99 errno = ELOOP;
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dstrerror.c322 #if defined (ELOOP)
323 ENTRY(ELOOP, "ELOOP", "Too many symbolic links encountered"),
/macosx-10.9.5/ruby-104/ruby/test/pathname/
H A Dtest_pathname.rb342 assert_raise(Errno::ELOOP) { realpath("#{dir}/loop") }
343 assert_raise(Errno::ELOOP) { realpath("#{dir}/loop", dir) }
353 assert_raise(Errno::ELOOP) { realpath("#{dir}/loop-relative") }
357 assert_raise(Errno::ELOOP) { realpath("../loop", "#{dir}/exist") }
360 assert_raise(Errno::ELOOP) { realpath("#{dir}/loop1") }
364 assert_raise(Errno::ELOOP) { realpath("#{dir}/loop2") }
407 assert_raise(Errno::ELOOP) { realdirpath("#{dir}/loop") }
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dexec.c218 case ELOOP:
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Drealpath.c296 errno = ELOOP;
/macosx-10.9.5/file-46/file/src/
H A Dfsmagic.c73 if (err == ELOOP)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dcanonicalize-lgpl.c243 __set_errno (ELOOP);
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dcanonicalize.c246 __set_errno (ELOOP);
/macosx-10.9.5/shell_cmds-175/find/
H A Dfind.c236 if (stat_errno == ELOOP) {
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinError.c327 ELOOP, /* WSAELOOP */
/macosx-10.9.5/CPANInternal-140/PathTools/
H A DCwd.xs136 errno = ELOOP;
/macosx-10.9.5/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c397 { BSM_ERRNO_ELOOP, ELOOP, ES("Too many levels of symbolic links") },
/macosx-10.9.5/ruby-104/ruby/test/fileutils/
H A Dtest_fileutils.rb270 assert_raise(Errno::ELOOP) {
411 assert_raise(Errno::ELOOP) {
888 assert_raise(Errno::ELOOP) {
889 # File#install invokes open(2), always ELOOP must be raised
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A DvfsUtils.tcl424 set vfs::posix(ELOOP) 62 ;# Too many levels of symbolic links
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dfts.c957 if (saved_errno == ELOOP)
958 p->fts_errno = ELOOP;
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h554 #ifndef ELOOP
555 # define ELOOP WSAELOOP macro
/macosx-10.9.5/file_cmds-230/du/
H A Ddu.c306 if (rc < 0 && errno == ELOOP) {
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dnb_net.c291 error = ELOOP; /* AFP returns ELOOP, so we will do the same */

Completed in 205 milliseconds

123