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

123

/freebsd-current/contrib/pjdfstest/tests/chmod/
H A D06.t5 desc="chmod returns ELOOP if too many symbolic links were encountered in translating the pathname"
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-current/contrib/pjdfstest/tests/chown/
H A D06.t5 desc="chown returns ELOOP if too many symbolic links were encountered in translating the pathname"
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-current/contrib/pjdfstest/tests/link/
H A D08.t5 desc="link returns ELOOP if too many symbolic links were encountered in translating one of the pathnames"
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-current/contrib/pjdfstest/tests/rename/
H A D11.t5 desc="rename returns ELOOP if too many symbolic links were encountered in translating one of the pathnames"
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-current/contrib/pjdfstest/tests/chflags/
H A D06.t5 desc="chflags returns ELOOP if too many symbolic links were encountered in translating the pathname"
19 expect ELOOP chflags ${n0}/test SF_IMMUTABLE
20 expect ELOOP chflags ${n1}/test SF_IMMUTABLE
/freebsd-current/contrib/pjdfstest/tests/ftruncate/
H A D07.t5 desc="truncate returns ELOOP if too many symbolic links were encountered in translating the pathname"
17 expect ELOOP truncate ${n0}/test 123
18 expect ELOOP truncate ${n1}/test 123
/freebsd-current/contrib/pjdfstest/tests/mkdir/
H A D07.t5 desc="mkdir returns ELOOP if too many symbolic links were encountered in translating the pathname"
17 expect ELOOP mkdir ${n0}/test 0755
18 expect ELOOP mkdir ${n1}/test 0755
/freebsd-current/contrib/pjdfstest/tests/mkfifo/
H A D07.t5 desc="mkfifo returns ELOOP if too many symbolic links were encountered in translating the pathname"
17 expect ELOOP mkfifo ${n0}/test 0644
18 expect ELOOP mkfifo ${n1}/test 0644
/freebsd-current/contrib/pjdfstest/tests/mknod/
H A D07.t5 desc="mknod returns ELOOP if too many symbolic links were encountered in translating the pathname"
17 expect ELOOP mknod ${n0}/test f 0644 0 0
18 expect ELOOP mknod ${n1}/test f 0644 0 0
/freebsd-current/contrib/pjdfstest/tests/open/
H A D12.t5 desc="open returns ELOOP if too many symbolic links were encountered in translating the pathname"
17 expect ELOOP open ${n0}/test O_RDONLY
18 expect ELOOP open ${n1}/test O_RDONLY
H A D16.t10 error=ELOOP
/freebsd-current/contrib/pjdfstest/tests/rmdir/
H A D05.t5 desc="rmdir returns ELOOP if too many symbolic links were encountered in translating the pathname"
17 expect ELOOP rmdir ${n0}/test
18 expect ELOOP rmdir ${n1}/test
/freebsd-current/contrib/pjdfstest/tests/symlink/
H A D07.t5 desc="symlink returns ELOOP if too many symbolic links were encountered in translating the name2 path name"
17 expect ELOOP symlink test ${n0}/test
18 expect ELOOP symlink test ${n1}/test
/freebsd-current/contrib/pjdfstest/tests/truncate/
H A D07.t5 desc="truncate returns ELOOP if too many symbolic links were encountered in translating the pathname"
17 expect ELOOP truncate ${n0}/test 123
18 expect ELOOP truncate ${n1}/test 123
/freebsd-current/contrib/pjdfstest/tests/unlink/
H A D07.t5 desc="unlink returns ELOOP if too many symbolic links were encountered in translating the pathname"
17 expect ELOOP unlink ${n0}/test
18 expect ELOOP unlink ${n1}/test
/freebsd-current/contrib/capsicum-test/
H A Dcapsicum-linux.h36 #define E_TOO_MANY_LINKS ELOOP
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Derrno.h231 # ifndef ELOOP
232 # define ELOOP 9939 macro
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Derrno2result.c42 case ELOOP:
/freebsd-current/lib/libc/gen/
H A Dftw-compat11.c79 errno = ELOOP;
H A Dftw.c71 errno = ELOOP;
/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py46 ELOOP = 40 variable
181 ELOOP: 'Too many levels of symbolic links',
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h247 #undef ELOOP macro
248 #define ELOOP WSAELOOP macro
/freebsd-current/tests/sys/fs/fusefs/
H A Dreadlink.cc76 expect_readlink(ino, ReturnErrno(ELOOP));
79 EXPECT_EQ(ELOOP, errno);
/freebsd-current/sys/sys/
H A Derrno.h126 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d156 inline int ELOOP = 62;
157 #pragma D binding "1.0" ELOOP
308 errno == ELOOP ? "Too many levels of symbolic links" :

Completed in 273 milliseconds

123