Searched refs:never (Results 1 – 22 of 22) sorted by relevance
/coreutils/tests/cp/ |
D | sparse-2.sh | 34 for i in always never; do 35 cp --reflink=never --sparse=$i k k2 || fail=1 47 cp --debug --reflink=never --sparse=always k k2 >cp.out || fail=1 52 cp --debug --sparse=never k k2 >cp.out || fail=1
|
D | cp-mv-backup.sh | 35 for opt in none off numbered t existing nil simple never; do 51 x never: x y 59 x y never: x y y~ 67 x y y~ never: x y y~ 75 x y y.~1~ never: x y y.~1~ y~ 83 x y y~ y.~1~ never: x y y.~1~ y~
|
D | sparse-extents.sh | 59 timeout 3 cp --reflink=never --sparse=always empty.big cp.test || fail=1 71 for sparse_arg in always auto never; do 76 cp --reflink=never --sparse=$sparse_arg unwritten.withdata cp.test || fail=1
|
D | sparse.sh | 32 cp --reflink=never "$@" 42 returns_ 1 cp --sparse=never --reflink sparse copy || fail=1
|
D | sparse-perf.sh | 34 timeout 10 cp --reflink=never f f2 || fail=1
|
D | copy-FMR.sh | 28 valgrind --quiet --error-exitcode=3 cp --reflink=never j j2 || fail=1
|
D | reflink-auto.sh | 42 cp --reflink=auto --reflink=never "$a_other" b || fail=1
|
D | sparse-extents-2.sh | 80 cp --reflink=never --sparse=always j1 j2 || fail=1
|
/coreutils/tests/wc/ |
D | wc-total.sh | 29 wc --total=never 2b 2w > out || fail=1 56 wc --total=never -c big big big big big big big big || fail=1
|
/coreutils/tests/rm/ |
D | interactive-always.sh | 40 rm -R --interactive=never file2-* < in >> out 2>> err || fail=1 70 WHEN=never
|
D | i-never.sh | 29 rm --interactive=never f > out || fail=1
|
D | r-root.sh | 313 exercise_rm_r_root --interactive=never --no-preserve-root '/' \
|
/coreutils/man/ |
D | chmod.x | 63 never changes the permissions of symbolic links; the 66 since the permissions of symbolic links are never used.
|
/coreutils/tests/ls/ |
D | classify.sh | 51 ls --classify=never testdir > out4 || fail=1
|
/coreutils/tests/tail/ |
D | inotify-race2.sh | 77 echo never-seen-with-tail-8.23 > file.new || framework_failure_
|
/coreutils/src/ |
D | head.c | 67 multiple_files, always, never enumerator 993 header_mode = never; in main() 1051 header_mode = never; in main()
|
D | tail.c | 193 multiple_files, always, never enumerator 2224 *header_mode = never; in parse_options()
|
/coreutils/ |
D | init.cfg | 555 if ! cp --debug --reflink=never file.sparse_ file.sparse_.cp \
|
D | NEWS | 57 'cp --sparse=never' will avoid copy-on-write (reflinking) and copy offloading, 353 wc now accepts the --total={auto,never,always,only} option 465 Only `stat --cached=never` will continue to automount files. 523 cp -a --attributes-only now never removes destination files, 617 ls --classify now supports the "always", "auto", or "never" flags, 826 already broken and non-portable; the -a unary operator was never documented. 922 cp --reflink now supports --reflink=never to enforce a standard copy. 1737 chroot has better --userspec and --group look-ups, with numeric IDs never 1929 would never be used, and allocation failure could cause cut to fail. 2464 We also now ensure that a space never precedes a tab. [all …]
|
D | HACKING | 599 option is always to improve tests. You never know what you might
|
/coreutils/doc/ |
D | coreutils.texi | 873 @itemx never 875 Always make simple backups. Please note @samp{never} is not to be 1203 because a string containing @samp{+} is never a valid user or group name. 1428 @cindex symbolic link to directory, never traverse 2884 line is never truncated. 3233 never checks it again. 3904 @item never 4270 terminal. This mode is never defaulted to if @option{--tag} is used. 5550 is given, unsorted inputs will never cause an error message. If neither 5760 never be taken as keywords in concordance output. It is called the [all …]
|
/coreutils/tests/ |
D | local.mk | 210 tests/rm/i-never.sh \
|