Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 19 of 19) sorted by relevance

/coreutils/tests/sort/
Dsort-debug-keys.sh249 printf '1\n\n44\n33\n2\n' | sort -s -k2$type --debug
250 printf '1\n\n44\n33\n2\n' | sort -s -k1.3$type --debug
251 printf '1\n\n44\n33\n2\n' | sort -s -k1$type --debug
252 printf '2\n\n1\n' | number | sort -s -k2g --debug
255 printf 'FEB\n\nJAN\n' | sort -s -k1M --debug
256 printf 'FEB\n\nJAN\n' | sort -s -k2,2M --debug
257 printf 'FEB\nJAZZ\n\nJAN\n' | sort -s -k1M --debug
258 printf 'FEB\nJAZZ\n\nJAN\n' | number | sort -s -k2,2M --debug
259 printf 'FEB\nJANZ\n\nJAN\n' | sort -s -k1M --debug
260 printf 'FEB\nJANZ\n\nJAN\n' | number | sort -s -k2,2M --debug
[all …]
Dsort-debug-warn.sh85 sort -s -k2,1 --debug /dev/null 2>>out || fail=1
87 sort -s -k2,1n --debug /dev/null 2>>out || fail=1
89 sort -s -k1,2n --debug /dev/null 2>>out || fail=1
91 sort -s -rRVMhgb -k1,1n --debug /dev/null 2>>out || fail=1
93 sort -rRVMhgb -k1,1n --debug /dev/null 2>>out || fail=1
95 sort -r -k1,1n --debug /dev/null 2>>out || fail=1
97 sort -gbr -k1,1n -k1,1r --debug /dev/null 2>>out || fail=1
99 sort -b -k1b,1bn --debug /dev/null 2>>out || fail=1 # no warning
101 sort -b -k1,1bn --debug /dev/null 2>>out || fail=1
103 sort -b -k1,1bn -k2b,2 --debug /dev/null 2>>out || fail=1 # no warning
[all …]
/coreutils/tests/cp/
Ddebug.sh23 cp --debug file file.cp >cp.out || fail=1
25 cp --debug --attributes-only file file.cp >cp.out || fail=1
29 cp --debug --update=none file file.cp >cp.out || fail=1
Dsparse-2.sh47 cp --debug --reflink=never --sparse=always k k2 >cp.out || fail=1
52 cp --debug --sparse=never k k2 >cp.out || fail=1
/coreutils/tests/date/
Ddate-debug.sh29 date --debug >/dev/null 2>d_t_fmt.err || fail=1
62 TZ=America/Belize date --debug -d "$in1" +'%a %b %e %T %z %Y' >out1 2>&1 ||
88 returns_ 1 date --debug -d "$in2" >out2-t 2>&1 || fail=1
113 TZ=America/Lima date --debug -d "$in3" +'%a %b %e %T %z %Y' >out3 2>&1 || fail=1
134 date -u --debug -d '20130101' >out4 2>&1 || fail=1
163 date -u --debug +%F -d "$in5" >out5 2>&1 || fail=1
192 date -u --debug -d '2016-10-31 - 1 month' >out6 2>&1 || fail=1
225 TZ=America/New_York date --debug -d "$in7" +%F >out7 2>&1 || fail=1
248 TZ=Europe/Helsinki date --debug -d '2011-12-11 EET' >out8_1 2>&1 || fail=1
266 TZ=Europe/Helsinki date --debug -d '2011-06-11 EEST' >out8_2 2>&1 || fail=1
[all …]
/coreutils/src/
Dnumfmt.c203 static bool debug; variable
1073 if (debug && padding_width && !(zero_padding && pad > 0)) in parse_format_string()
1304 if (e == SSE_OK_PRECISION_LOSS && debug) in process_suffixed_number()
1527 debug = true; in main()
1532 debug = true; in main()
1569 if (debug && ! locale_ok) in main()
1573 if (debug && scale_from == scale_none && scale_to == scale_none in main()
1584 if (debug && (strlen (nl_langinfo (THOUSEP)) == 0)) in main()
1595 if (debug && header) in main()
1624 if (debug && !valid_numbers) in main()
Dcopy.h260 bool debug; member
Dwc.c52 static bool debug; variable
141 if (debug) in avx2_supported()
775 debug = true; in main()
Dmv.c359 x.debug = x.verbose = true; in main()
Dinstall.c834 x.debug = x.verbose = true; in main()
Dcp.c1037 x.debug = x.verbose = true; in main()
Dsort.c366 static bool debug; variable
2866 if (!output_file && debug) in write_line()
4508 debug = true; in main()
4743 if (debug) in main()
Dcopy.c1717 if (x->debug) in copy_reg()
2443 else if (x->debug) in copy_internal()
/coreutils/tests/
DCoreutils.pm29 my $debug = $ENV{DEBUG};
122 warn "creating file '$file' with contents '$data'\n" if $debug;
486 warn "Running command: '$cmd_str'\n" if $debug;
Dlocal.mk307 tests/date/date-debug.sh \
382 tests/sort/sort-debug-keys.sh \
383 tests/sort/sort-debug-warn.sh \
490 tests/cp/debug.sh \
/coreutils/
DREADME85 If you have a problem with 'sort', try running 'sort --debug', as it
87 answer to a bug report. If the debug output does not suffice to fix
Dinit.cfg555 if ! cp --debug --reflink=never file.sparse_ file.sparse_.cp \
DNEWS111 due to -i, or -u. Instead they only output this information with --debug.
335 cp, mv, and install now accept the --debug option to
367 date --debug now diagnoses if multiple --date or --set options are
501 sort --debug now diagnoses issues with --field-separator characters
639 A new --debug option will indicate if pclmul is being used.
658 A new --debug option will indicate if avx2 is being used.
924 env supports a new -v/--debug option to show verbose information about
1335 date now accepts the --debug option, to annotate the parsed date string,
1367 sort --debug -b now correctly marks the matching extents for keys
1369 [bug introduced with the --debug feature in coreutils-8.6]
[all …]
/coreutils/doc/
Dcoreutils.texi544 @option{--debug} option, as it can often help find and fix problems without
545 having to wait for an answer to a bug report. If the debug output
4118 @item --debug
4119 @opindex --debug
4446 are unexpected, try the @option{--debug} option to see what happened.
4788 See also the @option{--debug} option to help determine the part
4791 @item --debug
8991 @item --debug
8992 @opindex --debug
16732 @item --debug
[all …]