Home
last modified time | relevance | path

Searched refs:never (Results 1 – 22 of 22) sorted by relevance

/coreutils/tests/cp/
Dsparse-2.sh34 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
Dcp-mv-backup.sh35 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~
Dsparse-extents.sh59 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
Dsparse.sh32 cp --reflink=never "$@"
42 returns_ 1 cp --sparse=never --reflink sparse copy || fail=1
Dsparse-perf.sh34 timeout 10 cp --reflink=never f f2 || fail=1
Dcopy-FMR.sh28 valgrind --quiet --error-exitcode=3 cp --reflink=never j j2 || fail=1
Dreflink-auto.sh42 cp --reflink=auto --reflink=never "$a_other" b || fail=1
Dsparse-extents-2.sh80 cp --reflink=never --sparse=always j1 j2 || fail=1
/coreutils/tests/wc/
Dwc-total.sh29 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/
Dinteractive-always.sh40 rm -R --interactive=never file2-* < in >> out 2>> err || fail=1
70 WHEN=never
Di-never.sh29 rm --interactive=never f > out || fail=1
Dr-root.sh313 exercise_rm_r_root --interactive=never --no-preserve-root '/' \
/coreutils/man/
Dchmod.x63 never changes the permissions of symbolic links; the
66 since the permissions of symbolic links are never used.
/coreutils/tests/ls/
Dclassify.sh51 ls --classify=never testdir > out4 || fail=1
/coreutils/tests/tail/
Dinotify-race2.sh77 echo never-seen-with-tail-8.23 > file.new || framework_failure_
/coreutils/src/
Dhead.c67 multiple_files, always, never enumerator
993 header_mode = never; in main()
1051 header_mode = never; in main()
Dtail.c193 multiple_files, always, never enumerator
2224 *header_mode = never; in parse_options()
/coreutils/
Dinit.cfg555 if ! cp --debug --reflink=never file.sparse_ file.sparse_.cp \
DNEWS57 '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 …]
DHACKING599 option is always to improve tests. You never know what you might
/coreutils/doc/
Dcoreutils.texi873 @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/
Dlocal.mk210 tests/rm/i-never.sh \