Searched refs:copy (Results 1 – 25 of 54) sorted by relevance
123
/coreutils/tests/cp/ |
D | existing-perm-race.sh | 37 touch fifo-copy && 39 chgrp $g2 fifo-copy && 40 chmod g+r fifo-copy || framework-failure 47 cp -p --copy-contents fifo fifo-copy & pid=$! 52 while test ! -s fifo-copy; do 57 ls -l -n fifo-copy >ls.out && 87 ls -l -n fifo-copy >ls.out &&
|
D | file-perm-race.sh | 33 cp -p --copy-contents fifo fifo-copy & pid=$! 38 while test ! -f fifo-copy; do 43 ls -l fifo-copy >ls.out
|
D | into-self.sh | 44 cp: cannot copy a directory, 'dir', into itself, 'dir/dir' 46 cp: cannot copy a directory, 'dir', into itself, 'dir/dir' 48 cp: cannot copy a directory, 'dir', into itself, 'dir/dir' 50 cp: cannot copy a directory, 'dir', into itself, 'dir/dir'
|
D | sparse.sh | 35 cp_no_reflink --sparse=always sparse copy || fail=1 38 test $(stat --printf %b copy) -le $(stat --printf %b sparse) || fail=1 41 returns_ 1 cp --sparse=always --reflink sparse copy || fail=1 42 returns_ 1 cp --sparse=never --reflink sparse copy || fail=1 47 hole_size=$(stat -c %o copy)
|
D | reflink-perm.sh | 31 cp --reflink=auto --preserve file copy || fail=1 33 mode=$(stat --printf "%A" copy) 36 test copy -nt file && fail=1
|
D | sparse-to-pipe.sh | 28 timeout 10 cat pipe > copy & pid=$! 36 cmp sparse copy || fail=1
|
D | parent-perm-race.sh | 39 timeout 10 cp --preserve=$attr -R --copy-contents --parents $attr d & pid=$!
|
/coreutils/tests/od/ |
D | od-j.sh | 25 cp -f $file copy && 26 bytes=$(wc -c < copy) || framework_failure_ 32 od -An -j 4096 copy copy > exp1 2> experr1; expstatus=$?
|
/coreutils/tests/tail/ |
D | tail-c.sh | 25 cp -f $file copy && 26 tail -c -1 copy > exp || framework_failure_
|
/coreutils/tests/mv/ |
D | no-copy.sh | 28 returns_ 1 mv --no-copy dir "$other_partition_tmpdir" || fail=1 29 returns_ 1 mv --no-copy file "$other_partition_tmpdir" || fail=1
|
D | part-symlink.sh | 58 for copy in cp mv; do 66 case "$options" in *d*|*--rem*) test $copy = mv && continue;; esac 84 $copy $options $actual_args 2>.err 86 echo $copy_status $copy $options $args 118 { echo " $copy FAILED but removed $f"; continue; } 121 *) echo " $copy FAILED but modified $f";; 126 if test $copy = cp; then 136 *) echo " $copy FAILED";;
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-5.97-on-glibc-2.28.diff | 28 diff -r -U3 coreutils-6.4/src/copy.c coreutils-6.4-patched/src/copy.c 29 --- coreutils-6.4/src/copy.c 2006-10-22 10:54:15.000000000 -0600 30 +++ coreutils-6.4-patched/src/copy.c 2019-08-01 19:09:42.421340384 -0600
|
/coreutils/tests/tac/ |
D | tac-2-nonseekable.sh | 31 cp -f $file copy && 32 tac copy > exp1 || framework_failure_
|
/coreutils/tests/head/ |
D | head-c.sh | 51 cp -f $file copy && 52 head -c -1 copy > exp1 || framework_failure_
|
/coreutils/tests/wc/ |
D | wc-proc.sh | 25 cp -f $file copy && 26 wc -c < copy > exp1 || framework_failure_
|
/coreutils/man/ |
D | dd.x | 2 dd \- convert and copy a file
|
D | cp.x | 2 cp \- copy files and directories
|
D | install.x | 2 install \- copy files and set attributes
|
/coreutils/doc/ |
D | fdl.texi | 11 Everyone is permitted to copy and distribute verbatim copies 21 assure everyone the effective freedom to copy and redistribute it, 50 copy, modify or distribute the work in a way requiring permission 81 A ``Transparent'' copy of the Document means a machine-readable copy, 88 to text formatters. A copy made in an otherwise Transparent file 92 of text. A copy that is not ``Transparent'' is called ``Opaque''. 135 You may copy and distribute the Document in any medium, either 171 copy along with each Opaque copy, or state in or with each Opaque copy 174 a complete Transparent copy of the Document, free of added material. 177 that this Transparent copy will remain thus accessible at the stated [all …]
|
/coreutils/src/ |
D | date.c | 313 char *copy = nullptr; in adjust_resolution() local 320 if (!copy) in adjust_resolution() 321 copy = xstrdup (format); in adjust_resolution() 322 copy[f + 1 - format] = '0' + res_width (gettime_res ()); in adjust_resolution() 329 return copy; in adjust_resolution()
|
D | copy.h | 297 bool copy (char const *src_name, char const *dst_name,
|
/coreutils/ |
D | README-hacking | 28 You can get a copy of the source repository like this: 42 As an optional step, if you already have a copy of the Gnulib Git 59 At this point, there should be no difference between your local copy, 60 and the Git master copy: 116 You should have received a copy of the GNU General Public License
|
D | bootstrap | 900 --copy copy files instead of creating symbolic links 1003 if $copy; then 1072 copy=false 1088 --copy) 1089 copy=true;; 1188 $LIBTOOLIZE $install --copy 1376 --copy copy files instead of creating symbolic links 1435 copy=false 1464 --copy) 1465 copy=true;; [all …]
|
D | COPYING | 5 Everyone is permitted to copy and distribute verbatim copies 42 giving you legal permission to copy, distribute and/or modify it. 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 95 computer or modifying a private copy. Propagation includes copying, 101 a computer network, with no transfer of a copy, is not conveying. 108 work under this License, and how to view a copy of this License. If 199 appropriately publish on each copy an appropriate copyright notice; 203 recipients a copy of this License along with the Program. 205 You may charge any price or no price for each copy that you convey, [all …]
|
/coreutils/m4/ |
D | check-decl.m4 | 7 dnl gives unlimited permission to copy and/or distribute it,
|
123