Home
last modified time | relevance | path

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

12

/openbsd/src/regress/sys/ffs/tests/link/
D08.t12 expect ELOOP link ${n0}/test ${n2}
13 expect ELOOP link ${n1}/test ${n2}
15 expect ELOOP link ${n2} ${n0}/test
16 expect ELOOP link ${n2} ${n1}/test
/openbsd/src/regress/sys/ffs/tests/rename/
D11.t12 expect ELOOP rename ${n0}/test ${n2}
13 expect ELOOP rename ${n1}/test ${n2}
15 expect ELOOP rename ${n2} ${n0}/test
16 expect ELOOP rename ${n2} ${n1}/test
/openbsd/src/regress/sys/ffs/tests/chmod/
D06.t11 expect ELOOP chmod ${n0}/test 0644
12 expect ELOOP chmod ${n1}/test 0644
/openbsd/src/regress/sys/ffs/tests/unlink/
D07.t11 expect ELOOP unlink ${n0}/test
12 expect ELOOP unlink ${n1}/test
/openbsd/src/regress/sys/ffs/tests/mkdir/
D07.t11 expect ELOOP mkdir ${n0}/test 0755
12 expect ELOOP mkdir ${n1}/test 0755
/openbsd/src/regress/sys/ffs/tests/chown/
D06.t11 expect ELOOP chown ${n0}/test 65534 65534
12 expect ELOOP chown ${n1}/test 65534 65534
/openbsd/src/regress/sys/ffs/tests/truncate/
D07.t11 expect ELOOP truncate ${n0}/test 123
12 expect ELOOP truncate ${n1}/test 123
/openbsd/src/regress/sys/ffs/tests/rmdir/
D05.t11 expect ELOOP rmdir ${n0}/test
12 expect ELOOP rmdir ${n1}/test
/openbsd/src/regress/sys/ffs/tests/mkfifo/
D07.t11 expect ELOOP mkfifo ${n0}/test 0644
12 expect ELOOP mkfifo ${n1}/test 0644
/openbsd/src/regress/sys/ffs/tests/symlink/
D07.t11 expect ELOOP symlink test ${n0}/test
12 expect ELOOP symlink test ${n1}/test
/openbsd/src/regress/sys/ffs/tests/chflags/
D06.t11 expect ELOOP chflags ${n0}/test UF_IMMUTABLE
12 expect ELOOP chflags ${n1}/test UF_IMMUTABLE
/openbsd/src/regress/sys/ffs/tests/open/
D12.t11 expect ELOOP open ${n0}/test O_RDONLY
12 expect ELOOP open ${n1}/test O_RDONLY
/openbsd/src/regress/sys/kern/sosplice/loop/
Dbcast.pl90 $!{ELOOP}
103 $!{ELOOP}
Dloop.pl102 $!{ELOOP}
Dchain.pl117 $!{ELOOP}
/openbsd/src/gnu/usr.bin/perl/win32/include/sys/
Derrno2.h119 #ifndef ELOOP /* New in VC10 */
120 # define ELOOP WSAELOOP macro
/openbsd/src/gnu/llvm/libcxx/include/
Derrno.h231 #ifndef ELOOP
232 #define ELOOP 9939 macro
D__errc96 too_many_symbolic_link_levels, // ELOOP
209 too_many_symbolic_link_levels = ELOOP,
/openbsd/src/usr.bin/dig/lib/isc/unix/
Derrno2result.c41 case ELOOP: in isc___errno2result()
/openbsd/src/lib/libc/gen/
Dftw.c72 errno = ELOOP; in ftw()
Dnftw.c88 errno = ELOOP; in nftw()
/openbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/
Derrno.pl62 $ELOOP = 0x3E;
/openbsd/src/sys/sys/
Derrno.h122 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/openbsd/src/gnu/usr.bin/cvs/lib/
Dstrerror.c323 #if defined (ELOOP)
324 ENTRY(ELOOP, "ELOOP", "Too many symbolic links encountered"),
/openbsd/src/gnu/lib/libiberty/src/
Dstrerror.c322 #if defined (ELOOP)
323 ENTRY(ELOOP, "ELOOP", "Too many symbolic links encountered"),

12