Searched refs:ELOOP (Results 1 – 25 of 82) sorted by relevance
1234
17 expect ELOOP chown ${n0} 65534 6553418 expect ELOOP chown ${n1} 65534 6553419 expect ELOOP chown ${n0}/test 65534 6553420 expect ELOOP chown ${n1}/test 65534 6553421 expect ELOOP lchown ${n0}/test 65534 6553422 expect ELOOP lchown ${n1}/test 65534 65534
21 expect ELOOP chmod ${n0} 064422 expect ELOOP chmod ${n1} 064423 expect ELOOP chmod ${n0}/test 064424 expect ELOOP chmod ${n1}/test 064426 expect ELOOP lchmod ${n0}/test 064427 expect ELOOP lchmod ${n1}/test 0644
18 expect ELOOP link ${n0}/test ${n2}19 expect ELOOP link ${n1}/test ${n2}21 expect ELOOP link ${n2} ${n0}/test22 expect ELOOP link ${n2} ${n1}/test
18 expect ELOOP rename ${n0}/test ${n2}19 expect ELOOP rename ${n1}/test ${n2}21 expect ELOOP rename ${n2} ${n0}/test22 expect ELOOP rename ${n2} ${n1}/test
17 expect ELOOP unlink ${n0}/test18 expect ELOOP unlink ${n1}/test
17 expect ELOOP mkdir ${n0}/test 075518 expect ELOOP mkdir ${n1}/test 0755
17 expect ELOOP rmdir ${n0}/test18 expect ELOOP rmdir ${n1}/test
17 expect ELOOP truncate ${n0}/test 12318 expect ELOOP truncate ${n1}/test 123
17 expect ELOOP symlink test ${n0}/test18 expect ELOOP symlink test ${n1}/test
17 expect ELOOP mkfifo ${n0}/test 064418 expect ELOOP mkfifo ${n1}/test 0644
17 expect ELOOP open ${n0}/test O_RDONLY18 expect ELOOP open ${n1}/test O_RDONLY
10 error=ELOOP
17 expect ELOOP mknod ${n0}/test f 0644 0 018 expect ELOOP mknod ${n1}/test f 0644 0 0
19 expect ELOOP chflags ${n0}/test SF_IMMUTABLE20 expect ELOOP chflags ${n1}/test SF_IMMUTABLE
78 expect_readlink(ino, ReturnErrno(ELOOP)); in TEST_F()81 EXPECT_EQ(ELOOP, errno); in TEST_F()
259 #ifndef ELOOP260 #define ELOOP 9939 macro
97 too_many_symbolic_link_levels, // ELOOP211 too_many_symbolic_link_levels = ELOOP,
247 #undef ELOOP248 #define ELOOP WSAELOOP macro
158 inline int ELOOP = 62; variable159 #pragma D binding "1.0" ELOOP310 errno == ELOOP ? "Too many levels of symbolic links" :
42 case ELOOP: in isc___errno2result()
74 errno = ELOOP; in ftw()
79 errno = ELOOP; in freebsd11_ftw()
126 case ELOOP: in be_mount_iter()175 case ELOOP: in be_umount_iter()
129 #define ELOOP 62 /* Too many levels of symbolic links */ macro