Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 17 of 17) sorted by relevance

/coreutils/tests/ls/
Dsymlink-loop.sh22 ln -s loop loop || framework_failure_
23 cat loop >/dev/null 2>&1 && skip_ 'symlink loops not detected'
27 ls loop || fail=1
28 ls -l loop || fail=1
29 ls -l --color=always loop || fail=1
32 returns_ 2 ls -H loop || fail=1
33 returns_ 2 ls -L loop || fail=1
Dinfloop.sh23 mkdir loop || framework_failure_
24 ln -s ../loop loop/sub || framework_failure_
27 loop:
32 ls: loop/sub: not listing already-listed directory
36 returns_ 2 timeout 10 ls -RL loop >out 2>err || fail=1
/coreutils/tests/cp/
Dthru-dangling.sh45 ln -s loop loop || framework_failure_
46 cp -f f loop > err 2>&1 || fail=1
48 compare exp loop || fail=1
49 test -f loop || fail=1
Ddir-rm-dest.sh31 ln -s loop loop || framework_failure_
33 cp --remove-destination file loop || fail=1
Dsame-file.sh124 echo symlink-loop
162 0 -bd (foo -> foo foo.~1~ symlink -> foo) symlink-loop symlink-loop
164 0 -bdf (foo -> foo foo.~1~ symlink -> foo) symlink-loop symlink-loop
/coreutils/src/
Dtsort.c69 static struct item *loop = nullptr; variable
328 if (loop == nullptr) in detect_loop()
330 loop = k; in detect_loop()
337 if ((*p)->suc == loop) in detect_loop()
342 while (loop) in detect_loop()
344 struct item *tmp = loop->qlink; in detect_loop()
346 error (0, 0, "%s", (loop->str)); in detect_loop()
349 if (loop == k) in detect_loop()
361 loop->qlink = nullptr; in detect_loop()
362 loop = tmp; in detect_loop()
[all …]
/coreutils/tests/touch/
Dtrailing-slash.sh23 ln -s loop loop || framework_failure_
35 returns_ 1 touch loop/ || fail=1
45 returns_ 1 touch -c loop/ || fail=1
/coreutils/tests/readlink/
Dreadlink-fp-loop.sh63 ln -s loop loop
64 readlink -v -e loop 2> out && fail=1
/coreutils/tests/mkdir/
Dwritable-under-readonly.sh41 && mount -o loop=/dev/loop3 1 mnt-ro \
44 && mount -o loop=/dev/loop4 2 mnt-ro/rw
/coreutils/tests/mv/
Dpart-symlink.sh189 symlink-loop
190 symlink-loop
212 symlink-loop
213 symlink-loop
/coreutils/tests/rm/
Dread-only.sh37 mount -o remount,loop,ro mnt || skip=1
/coreutils/tests/du/
Dmove-dir-while-traversing.sh58 notifier.loop()
/coreutils/
DHACKING253 This ensures that it is trivially easy to identify a single-*statement* loop:
261 However, the moment your loop/if/else body extends onto a second line,
265 multi-statement loop:
585 listing all unreachable objects. Then the for loop
Dconfigure.ac211 nw="$nw -Wunsafe-loop-optimizations" # a few src/*.c
DNEWS89 'pr --length=1 --double-space' no longer enters an infinite loop.
795 'tail -f file | filter' no longer goes into an infinite loop
1118 when following a single tty, as the simple blocking loop used
1138 factor no longer goes into an infinite loop for certain numbers like
1607 date could crash or go into an infinite loop when parsing a malformed TZ="".
2676 sort with at least two threads and with blocked output would busy-loop
3371 would either truncate the group list to 10, or go into an infinite loop,
3374 [infinite loop introduced in coreutils-7.1]
/coreutils/tests/
Dlocal.mk357 tests/readlink/readlink-fp-loop.sh \
648 tests/ls/symlink-loop.sh \
/coreutils/doc/
Dcoreutils.texi7647 or a directory loop)