Searched refs:target (Results 1 – 20 of 20) sorted by relevance
/coreutils/tests/touch/ |
D | dangling-symlink.sh | 23 rm -f touch-target t-symlink 24 ln -s touch-target t-symlink 29 test -f touch-target || fail=1 30 rm -f touch-target t-symlink
|
/coreutils/tests/mv/ |
D | diag.sh | 30 mv --target=. >> out 2>&1 && fail=1 35 mv --target=f2 f1 >> out 2>&1 && fail=1 42 mv: target 'f1': Not a directory 43 mv: target directory 'f2': Not a directory
|
/coreutils/tests/df/ |
D | df-symlink.sh | 27 df --out=source,target "$file_system" > exp || 29 df --out=source,target symlink > out || fail=1 41 df --out=source,target '.' > out || fail=1
|
D | df-output.sh | 59 df --output=target,source,target '.' 2>out && fail=1 63 df --out=target,source --out=target '.' 2>out && fail=1 74 --o=size,used,avail,pcent,file,target '.' >out || fail=1 106 df --output=source,target --total '.' >out || fail=1 119 df --output=target --total '.' >out || fail=1
|
D | problematic-chars.sh | 60 LC_ALL=$f df --output=target "$mnt" > df.out || fail=1
|
D | skip-duplicates.sh | 26 df --local --output=target >LOCAL_FS || skip_ 'df fails'
|
/coreutils/tests/truncate/ |
D | truncate-dangling-symlink.sh | 22 ln -s truncate-target t-symlink 26 test -f truncate-target || fail=1
|
/coreutils/tests/cp/ |
D | deref-slink.sh | 23 touch f slink-target || framework_failure_ 24 ln -s slink-target slink || framework_failure_
|
D | fail-perm.sh | 52 cp --no-target-directory F symlink 2> out && fail=1 57 cp: target directory 'symlink': Permission denied 60 cp --target-directory=symlink F 2> out && fail=1
|
/coreutils/tests/tail/ |
D | symlink.sh | 49 ln -nsf target symlink || framework_failure_ 53 echo "X" > target || framework_failure_ 62 rm -f target out || framework_failure_
|
/coreutils/tests/ln/ |
D | target-1.sh | 28 ln -s --target-dir=d ../f || fail=1
|
/coreutils/tests/ls/ |
D | readdir-mountpoint-inode.sh | 24 df --local --out=target | sed -n '/^\/./p' > mount_points
|
D | ls-misc.pl | 90 my $target = {PRE => sub { 188 {OUT => "$e\e[01;34mX$e\n"}, $target, $target2],
|
/coreutils/src/ |
D | ln.c | 124 convert_abs_rel (char const *from, char const *target) in convert_abs_rel() argument 128 char *targetdir = dir_name (target); in convert_abs_rel()
|
D | dircolors.hin | 63 LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
|
/coreutils/ |
D | README-install | 46 to the presence of the "[" target. OSF/1 make(1) appears to 48 appears to skip the "[" target. To work around these issues
|
D | init.cfg | 429 or use the shortcut target of the toplevel Makefile, 446 or use the shortcut target of the toplevel Makefile,
|
D | NEWS | 1057 have quoted the target name if the link name itself didn't need quoting. 1777 install now removes the target file if the strip program failed for any 1816 to the symlink target (re)appearing after being (re)created. 1977 df --total now prints '-' into the target column (mount point) of the 1978 summary line, accommodating the --output option where the target field 1980 'total' in the target column. 2277 symbolic link to a target, irrespective of how the target is specified. 2391 dangling symlinks when an 'ln=target' entry is in $LS_COLORS. 2789 rather than its aliased target. 2926 symlinks when the 'LINK target' directive was given to dircolors. [all …]
|
/coreutils/doc/ |
D | coreutils.texi | 597 @itemx --target-directory=@var{directory} 599 @opindex --target-directory 600 @cindex target directory 608 @itemx --no-target-directory 610 @opindex --no-target-directory 611 @cindex target directory 804 * Target directory:: Specifying a target directory. 1258 @cindex target directory 1271 @itemx --no-target-directory 1272 @opindex --no-target-directory [all …]
|
/coreutils/tests/ |
D | local.mk | 609 tests/ln/target-1.sh \ 698 tests/mv/no-target-dir.sh \
|