/freebsd/contrib/pjdfstest/tests/chown/ |
H A D | 06.t | 17 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 D | 06.t | 21 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 D | 08.t | 18 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 D | 11.t | 18 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 D | 07.t | 17 expect ELOOP symlink test ${n0}/test 18 expect ELOOP symlink test ${n1}/test
|
/freebsd/contrib/pjdfstest/tests/truncate/ |
H A D | 07.t | 17 expect ELOOP truncate ${n0}/test 123 18 expect ELOOP truncate ${n1}/test 123
|
/freebsd/contrib/pjdfstest/tests/unlink/ |
H A D | 07.t | 17 expect ELOOP unlink ${n0}/test 18 expect ELOOP unlink ${n1}/test
|
/freebsd/contrib/pjdfstest/tests/ftruncate/ |
H A D | 07.t | 17 expect ELOOP truncate ${n0}/test 123 18 expect ELOOP truncate ${n1}/test 123
|
/freebsd/contrib/pjdfstest/tests/mkdir/ |
H A D | 07.t | 17 expect ELOOP mkdir ${n0}/test 0755 18 expect ELOOP mkdir ${n1}/test 0755
|
/freebsd/contrib/pjdfstest/tests/mkfifo/ |
H A D | 07.t | 17 expect ELOOP mkfifo ${n0}/test 0644 18 expect ELOOP mkfifo ${n1}/test 0644
|
/freebsd/contrib/pjdfstest/tests/rmdir/ |
H A D | 05.t | 17 expect ELOOP rmdir ${n0}/test 18 expect ELOOP rmdir ${n1}/test
|
/freebsd/contrib/pjdfstest/tests/mknod/ |
H A D | 07.t | 17 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 D | 12.t | 17 expect ELOOP open ${n0}/test O_RDONLY 18 expect ELOOP open ${n1}/test O_RDONLY
|
H A D | 16.t | 10 error=ELOOP
|
/freebsd/contrib/pjdfstest/tests/chflags/ |
H A D | 06.t | 19 expect ELOOP chflags ${n0}/test SF_IMMUTABLE 20 expect ELOOP chflags ${n1}/test SF_IMMUTABLE
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | errno.h | 231 # ifndef ELOOP 232 # define ELOOP 9939 macro
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | readlink.cc | 76 expect_readlink(ino, ReturnErrno(ELOOP)); in TEST_F() 79 EXPECT_EQ(ELOOP, errno); in TEST_F()
|
/freebsd/contrib/lib9p/pytest/ |
H A D | lerrno.py | 46 ELOOP = 40 variable 181 ELOOP: 'Too many levels of symbolic links',
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
H A D | net.h | 247 #undef ELOOP 248 #define ELOOP WSAELOOP macro
|
/freebsd/contrib/capsicum-test/ |
H A D | capsicum-linux.h | 36 #define E_TOO_MANY_LINKS ELOOP
|
/freebsd/cddl/lib/libdtrace/ |
H A D | errno.d | 156 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 D | errno2result.c | 42 case ELOOP: in isc___errno2result()
|
/freebsd/lib/libc/gen/ |
H A D | ftw.c | 71 errno = ELOOP; in ftw()
|
H A D | ftw-compat11.c | 79 errno = ELOOP; in freebsd11_ftw()
|
/freebsd/lib/libbe/ |
H A D | be_access.c | 124 case ELOOP: in be_mount_iter() 173 case ELOOP: in be_umount_iter()
|