Home
last modified time | relevance | path

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

1234

/freebsd/contrib/pjdfstest/tests/chown/
H A D06.t17 expect ELOOP chown ${n0} 65534 65534
18 expect ELOOP chown ${n1} 65534 65534
19 expect ELOOP chown ${n0}/test 65534 65534
20 expect ELOOP chown ${n1}/test 65534 65534
21 expect ELOOP lchown ${n0}/test 65534 65534
22 expect ELOOP lchown ${n1}/test 65534 65534
/freebsd/contrib/pjdfstest/tests/chmod/
H A D06.t21 expect ELOOP chmod ${n0} 0644
22 expect ELOOP chmod ${n1} 0644
23 expect ELOOP chmod ${n0}/test 0644
24 expect ELOOP chmod ${n1}/test 0644
26 expect ELOOP lchmod ${n0}/test 0644
27 expect ELOOP lchmod ${n1}/test 0644
/freebsd/contrib/pjdfstest/tests/link/
H A D08.t18 expect ELOOP link ${n0}/test ${n2}
19 expect ELOOP link ${n1}/test ${n2}
21 expect ELOOP link ${n2} ${n0}/test
22 expect ELOOP link ${n2} ${n1}/test
/freebsd/contrib/pjdfstest/tests/rename/
H A D11.t18 expect ELOOP rename ${n0}/test ${n2}
19 expect ELOOP rename ${n1}/test ${n2}
21 expect ELOOP rename ${n2} ${n0}/test
22 expect ELOOP rename ${n2} ${n1}/test
/freebsd/contrib/pjdfstest/tests/symlink/
H A D07.t17 expect ELOOP symlink test ${n0}/test
18 expect ELOOP symlink test ${n1}/test
/freebsd/contrib/pjdfstest/tests/truncate/
H A D07.t17 expect ELOOP truncate ${n0}/test 123
18 expect ELOOP truncate ${n1}/test 123
/freebsd/contrib/pjdfstest/tests/unlink/
H A D07.t17 expect ELOOP unlink ${n0}/test
18 expect ELOOP unlink ${n1}/test
/freebsd/contrib/pjdfstest/tests/ftruncate/
H A D07.t17 expect ELOOP truncate ${n0}/test 123
18 expect ELOOP truncate ${n1}/test 123
/freebsd/contrib/pjdfstest/tests/mkdir/
H A D07.t17 expect ELOOP mkdir ${n0}/test 0755
18 expect ELOOP mkdir ${n1}/test 0755
/freebsd/contrib/pjdfstest/tests/mkfifo/
H A D07.t17 expect ELOOP mkfifo ${n0}/test 0644
18 expect ELOOP mkfifo ${n1}/test 0644
/freebsd/contrib/pjdfstest/tests/rmdir/
H A D05.t17 expect ELOOP rmdir ${n0}/test
18 expect ELOOP rmdir ${n1}/test
/freebsd/contrib/pjdfstest/tests/mknod/
H A D07.t17 expect ELOOP mknod ${n0}/test f 0644 0 0
18 expect ELOOP mknod ${n1}/test f 0644 0 0
/freebsd/contrib/pjdfstest/tests/open/
H A D12.t17 expect ELOOP open ${n0}/test O_RDONLY
18 expect ELOOP open ${n1}/test O_RDONLY
H A D16.t10 error=ELOOP
/freebsd/contrib/pjdfstest/tests/chflags/
H A D06.t19 expect ELOOP chflags ${n0}/test SF_IMMUTABLE
20 expect ELOOP chflags ${n1}/test SF_IMMUTABLE
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h231 # ifndef ELOOP
232 # define ELOOP 9939 macro
/freebsd/tests/sys/fs/fusefs/
H A Dreadlink.cc76 expect_readlink(ino, ReturnErrno(ELOOP)); in TEST_F()
79 EXPECT_EQ(ELOOP, errno); in TEST_F()
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py46 ELOOP = 40 variable
181 ELOOP: 'Too many levels of symbolic links',
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h247 #undef ELOOP
248 #define ELOOP WSAELOOP macro
/freebsd/contrib/capsicum-test/
H A Dcapsicum-linux.h36 #define E_TOO_MANY_LINKS ELOOP
/freebsd/cddl/lib/libdtrace/
H A Derrno.d156 inline int ELOOP = 62; variable
157 #pragma D binding "1.0" ELOOP
308 errno == ELOOP ? "Too many levels of symbolic links" :
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Derrno2result.c42 case ELOOP: in isc___errno2result()
/freebsd/lib/libc/gen/
H A Dftw.c71 errno = ELOOP; in ftw()
H A Dftw-compat11.c79 errno = ELOOP; in freebsd11_ftw()
/freebsd/lib/libbe/
H A Dbe_access.c124 case ELOOP: in be_mount_iter()
173 case ELOOP: in be_umount_iter()

1234