Lines Matching +full:fixed +full:- +full:links
29 # Testing with links longer than 120 characters, which is not stored in the
34 # Fixed by r327821
36 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
44 mycc -o symlink4 -Wall -Wextra -O0 -g symlink4.c || exit 1
45 rm -f symlink4.c
48 set -e
49 mount | grep "on $mntpoint " | grep -q /dev/md && umount -f $mntpoint
50 [ -c /dev/md$mdstart ] && mdconfig -d -u $mdstart
51 mdconfig -a -t swap -s 1g -u $mdstart
57 i=`df -ik $mntpoint | tail -1 | awk '{printf "%d\n", ($7 - 500)/2}'`
60 [ -f symlink4.core -a $s -eq 0 ] &&
61 { ls -l symlink4.core; mv symlink4.core /tmp; s=1; }
65 mount | grep -q "on $mntpoint " || break
68 [ $i -eq 6 ] && exit 1
69 mdconfig -d -u $mdstart
70 rm -rf $dir/symlink4
97 errx(1, "Usage: %s <links>", argv[0]);
107 if (symlink(link, file) == -1) {
117 for (i = --j; i >= 0; i--) {
119 if (unlink(file) == -1)