Searched refs:force (Results 1 – 13 of 13) sorted by relevance
/coreutils/tests/cp/ |
D | special-f.sh | 27 for force in '' '-f'; do 29 timeout 10 cp -R $force fifo e || fail=1
|
D | perm.sh | 33 for force in '' -f; do 45 $cmd $force src dest || exit 1 50 case "$cmd:$force:$existing_dest" in
|
D | backup-1.sh | 30 cp --force --backup=simple --suffix=$suffix $file $file || fail=1 31 cp -T --force --backup=simple --suffix=$suffix $file $file || fail=1
|
/coreutils/src/ |
D | force-link.c | 96 int dstdir, char const *dstname, int flags, bool force, in force_linkat() argument 102 if (!force || linkat_errno != EEXIST) in force_linkat() 153 bool force, int symlinkat_errno) in force_symlinkat() argument 157 if (!force || symlinkat_errno != EEXIST) in force_symlinkat()
|
D | ln.c | 213 bool force = (remove_existing_files || interactive in do_link() local 215 if (force) in do_link() 226 force = false; in do_link() 304 force = false; in do_link() 330 force, link_errno) in do_link() 333 force, link_errno)); in do_link()
|
D | local.mk | 348 src/force-link.c \ 349 src/force-link.h 380 src/force-link.c src/force-link.h \
|
D | shred.c | 131 bool force; /* -f flag: chmod files if necessary */ member 1126 && (errno == EACCES && flags->force) in wipefile() 1187 flags.force = true; in main()
|
/coreutils/tests/mv/ |
D | force.sh | 25 echo force-contents > $ff || framework_failure_ 40 test $(cat $ff) = force-contents || fail=1
|
/coreutils/ |
D | bootstrap | 670 --force attempt to bootstrap even if the sources seem 748 --force) 901 --force attempt to bootstrap even if the sources seem 1086 --force) 1174 $AUTOPOINT --force || return 1377 --force attempt to bootstrap even if the sources seem 1462 --force)
|
D | COPYING | 166 in force. You may convey covered works to others for the sole purpose
|
D | NEWS | 915 'cp --force file symlink' now removes the symlink even if 4105 With --force (-f), rm no longer fails for ENOTDIR. 5675 when stdin is a tty, unless --force (-f) is specified, as per POSIX.
|
/coreutils/tests/ |
D | local.mk | 679 tests/mv/force.sh \
|
/coreutils/doc/ |
D | coreutils.texi | 1194 in order to force its interpretation as an integer: 6021 backslash and a pair of dollar signs (to force mathematical mode). The 8914 following exception: if @option{--force --backup} is specified with 8949 As a special case, @command{cp} makes a backup of @var{source} when the force 8960 cp --backup --force --preserve=all -- "$i" "$i" || fail=1 9000 @itemx --force 9002 @opindex --force 9004 be opened for writing, the copy fails. However, with @option{--force}, 9006 tries to recreate the file by first removing it. Note @option{--force} 10196 is a terminal, and the @option{-f} or @option{--force} option is not given, [all …]
|