Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 34) sorted by relevance

12

/coreutils/tests/df/
Dtotal-verify.sh27 my ($total, $used, $avail) = (0, 0, 0);
40 $total == $2 or die "$total != $2";
48 $total += $2 unless $2 eq '-';
57 df --total -P --block-size=512 > space || framework_failure_
59 df --total -i -P > inode || framework_failure_
Dtotal-unprocessed.sh32 df -t _non_existent_fstype_ --total . 2>out && fail=1
41 df --total _does_not_exist_ 2>out && fail=1
Ddf-output.sh106 df --output=source,target --total '.' >out || fail=1
116 total
119 df --output=target --total '.' >out || fail=1
Dno-mtab-status.sh104 df --total '.' || fail=1
111 returns_ 1 df --total || fail=1
/coreutils/tests/wc/
Dwc-total.sh27 returns_ 1 wc --total 2b 2w > out || fail=1
29 wc --total=never 2b 2w > out || fail=1
36 wc --total=only 2b 2w > out || fail=1
42 wc --total=always 2b > out || fail=1
48 returns_ 1 wc --total=only -c big big big big big big big big \
56 wc --total=never -c big big big big big big big big || fail=1
Dwc-files0.sh31 2 3 10 total
58 1073741824 total
Dwc-proc.sh41 1048578 total
/coreutils/src/
Dcomm.c277 uintmax_t total[] = {0, 0, 0}; in compare_files() local
334 total[2]++; in compare_files()
343 total[0]++; in compare_files()
349 total[1]++; in compare_files()
402 umaxtostr (total[0], buf1), *col_sep, in compare_files()
403 umaxtostr (total[1], buf2), *col_sep, in compare_files()
404 umaxtostr (total[2], buf3), *col_sep, in compare_files()
410 umaxtostr (total[0], buf1), col_sep, in compare_files()
411 umaxtostr (total[1], buf2), col_sep, in compare_files()
412 umaxtostr (total[2], buf3), col_sep, in compare_files()
Ddf.c229 uintmax_t total; member
947 iv->total = fsu->fsu_files; in get_field_values()
953 if (known_value (iv->total) && known_value (iv->available_to_root)) in get_field_values()
955 iv->used = iv->total - iv->available_to_root; in get_field_values()
956 iv->negate_used = (iv->total < iv->available_to_root); in get_field_values()
962 bv->total = fsu->fsu_blocks; in get_field_values()
970 if (known_value (bv->total) && known_value (bv->available_to_root)) in get_field_values()
972 bv->used = bv->total - bv->available_to_root; in get_field_values()
973 bv->negate_used = (bv->total < bv->available_to_root); in get_field_values()
981 if (known_value (iv->total)) in add_to_grand_total()
[all …]
/coreutils/tests/ls/
Dstat-failed.sh38 total 0
49 total 0
Ddired.sh28 total 0
/coreutils/tests/pr/
Dml24f-t15 10 without -f e.g.: -l 15 = total 10 without -f e.g.: -l 15 = total
Dml24-t15 10 without -f e.g.: -l 15 = total 10 without -f e.g.: -l 15 = total
Dloli10 10::: without -f e.g.: -l 15 = total lines/page, :::
Dtn10 10 without -f e.g.: -l 15 = total lines/page,
Dt-t10 10 without -f e.g.: -l 15 = total lines/page,
Dtt-t10 10 without -f e.g.: -l 15 = total lines/page,
Dl24f-t15 10 without -f e.g.: -l 15 = total lines/page,
Dl24-t15 10 without -f e.g.: -l 15 = total lines/page,
Dml24f-t-0F15 10 without -f e.g.: -l 15 = total
DJml24f-lm-lo15 10<<< >>> 10::: without -f e.g.: -l 15 = total lines/page, :::
DW35Jml24f-lmlo15 10<<< >>> 10::: without -f e.g.: -l 15 = total lines/page, :::
Do3Jml24f-lm-lo15 10<<< >>> 10::: without -f e.g.: -l 15 = total lines/page, :::
Do3ml24f-bl-tn15 10 zzzzzzzzzzzzzzzzzzzzzzzzzz12345 10 without -f e.g.: -l 15 = total
Dml24-t-FF15 10 without -f e.g.: -l 15 = total 10 zzzzzzzzzzzzzzzzzzzzzzzzzz12345

12