Searched refs:none (Results 1 – 24 of 24) sorted by relevance
/coreutils/tests/cp/ |
D | cp-mv-backup.sh | 35 for opt in none off numbered t existing nil simple never; do 44 x none: x y 52 x y none: x y 60 x y y~ none: x y y~ 68 x y y.~1~ none: x y y.~1~ 76 x y y~ y.~1~ none: x y y.~1~ y~
|
D | debug.sh | 29 cp --debug --update=none file file.cp >cp.out || fail=1
|
D | sparse.sh | 64 bs=$hole_size count=$n status=none || framework_failure_
|
/coreutils/tests/dd/ |
D | misc.sh | 35 dd status=none if=$tmp_in of=/dev/null 2> err || fail=1 37 dd status=none if=$tmp_in skip=2 of=/dev/null 2> err || fail=1 40 dd status=noxfer status=none if=$tmp_in of=/dev/null 2> err || fail=1 43 dd status=none status=noxfer if=$tmp_in of=/dev/null 2> err || fail=1 112 dd if=/dev/null count=0x1 seek=0x1 skip=0x1 status=none 2>err || fail=1
|
D | nocache_eof.sh | 34 strace -o dd.strace -e fadvise64,fadvise64_64 dd status=none "$@" || fail=1 80 if ! strace -o dd.strace -e fadvise64,fadvise64_64 dd status=none \
|
D | no-allocate.sh | 24 vm=$(get_min_ulimit_v_ timeout 10 dd if=f of=f2 status=none) \
|
/coreutils/tests/misc/ |
D | tee.sh | 94 { sleep .1; timeout 10 dd of=/dev/null status=none; } <fifo 97 dd count=20 bs=100K if=/dev/zero status=none | 99 dd count=0 oflag=nonblock status=none 105 read_fifo() { timeout 10 dd count=1 if=fifo of=/dev/null status=none & }
|
D | sleep.sh | 43 : ${LOCALE_FR_UTF8=none}
|
/coreutils/tests/mv/ |
D | acl.sh | 36 skip_partition=none 43 test $skip_partition != none &&
|
/coreutils/tests/printf/ |
D | printf-quote.sh | 39 : ${LOCALE_FR_UTF8=none}
|
D | printf-mb.sh | 26 : ${LOCALE_FR_UTF8=none}
|
/coreutils/tests/head/ |
D | head-c.sh | 36 (dd bs=1 skip=1 count=0 status=none && head -c-4) < in1 > out1 || fail=1
|
/coreutils/tests/df/ |
D | problematic-chars.sh | 50 : ${LOCALE_FR_UTF8=none}
|
/coreutils/man/ |
D | runcon.x | 8 If none of \fI-c\fR, \fI-t\fR, \fI-u\fR, \fI-r\fR, or \fI-l\fR, is specified,
|
D | chmod.x | 30 group (\fBo\fP), or all users (\fBa\fP). If none of these are given,
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 45 returns_ 1 shred -n0 --remove=none $file 2>/dev/null || fail=1
|
/coreutils/m4/ |
D | include-exclude-prog.m4 | 40 default: none)])],
|
/coreutils/tests/sort/ |
D | sort-debug-keys.sh | 321 : ${LOCALE_FR_UTF8=none}
|
/coreutils/src/ |
D | dircolors.hin | 54 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
|
D | ls.c | 542 none = 0, /* --indicator-style=none (default) */ enumerator 557 none, slash, file_type, classify enumerator 1735 || indicator_style != none in main() 4511 if (indicator_style != none) in print_long_format() 4515 else if (indicator_style != none) in print_long_format() 4906 if (indicator_style != none) in print_file_name_and_frills() 5140 if (indicator_style != none) in length_of_file_name_and_frills()
|
/coreutils/doc/ |
D | coreutils.texi | 856 @item none 858 @opindex none @r{backup method} 876 confused with @samp{none}. 941 If none of the above environment variables are set, the block size 1430 This is the default if none of @option{-H}, @option{-L}, 1643 standard input if none are given, to standard output. Synopsis: 1744 standard input if none are given, to standard output, reversing the 1803 standard input if none are given, to standard output, with line numbers 1973 (@samp{-} means standard input), or standard input if none are given. 2023 none (do not print offsets). [all …]
|
D | fdl.texi | 74 Sections then there are none.
|
/coreutils/ |
D | configure.ac | 126 (comma-separated, default none))])],
|
D | NEWS | 201 cp and mv now support --update=none to always skip existing files 1731 ls with none of LS_COLORS or COLORTERM environment variables set, 1865 dd status=none now suppresses all non fatal diagnostic messages, 2028 dd now accepts 'status=none' to suppress all informational output. 4280 df now considers "none" and "proc" file systems to be dummies and 4757 when none of the listed files has an ACL. 5124 none 5341 Why wasn't this noticed? Although many tests use kill, none of 5516 corresponds to the new default behavior when none of -d, -l -F, -H, -L
|