Searched refs:total (Results 1 – 25 of 34) sorted by relevance
12
/coreutils/tests/df/ |
D | total-verify.sh | 27 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_
|
D | total-unprocessed.sh | 32 df -t _non_existent_fstype_ --total . 2>out && fail=1 41 df --total _does_not_exist_ 2>out && fail=1
|
D | df-output.sh | 106 df --output=source,target --total '.' >out || fail=1 116 total 119 df --output=target --total '.' >out || fail=1
|
D | no-mtab-status.sh | 104 df --total '.' || fail=1 111 returns_ 1 df --total || fail=1
|
/coreutils/tests/wc/ |
D | wc-total.sh | 27 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
|
D | wc-files0.sh | 31 2 3 10 total 58 1073741824 total
|
D | wc-proc.sh | 41 1048578 total
|
/coreutils/src/ |
D | comm.c | 277 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()
|
D | df.c | 229 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/ |
D | stat-failed.sh | 38 total 0 49 total 0
|
D | dired.sh | 28 total 0
|
/coreutils/tests/pr/ |
D | ml24f-t | 15 10 without -f e.g.: -l 15 = total 10 without -f e.g.: -l 15 = total
|
D | ml24-t | 15 10 without -f e.g.: -l 15 = total 10 without -f e.g.: -l 15 = total
|
D | loli | 10 10::: without -f e.g.: -l 15 = total lines/page, :::
|
D | tn | 10 10 without -f e.g.: -l 15 = total lines/page,
|
D | t-t | 10 10 without -f e.g.: -l 15 = total lines/page,
|
D | tt-t | 10 10 without -f e.g.: -l 15 = total lines/page,
|
D | l24f-t | 15 10 without -f e.g.: -l 15 = total lines/page,
|
D | l24-t | 15 10 without -f e.g.: -l 15 = total lines/page,
|
D | ml24f-t-0F | 15 10 without -f e.g.: -l 15 = total
|
D | Jml24f-lm-lo | 15 10<<< >>> 10::: without -f e.g.: -l 15 = total lines/page, :::
|
D | W35Jml24f-lmlo | 15 10<<< >>> 10::: without -f e.g.: -l 15 = total lines/page, :::
|
D | o3Jml24f-lm-lo | 15 10<<< >>> 10::: without -f e.g.: -l 15 = total lines/page, :::
|
D | o3ml24f-bl-tn | 15 10 zzzzzzzzzzzzzzzzzzzzzzzzzz12345 10 without -f e.g.: -l 15 = total
|
D | ml24-t-FF | 15 10 without -f e.g.: -l 15 = total 10 zzzzzzzzzzzzzzzzzzzzzzzzzz12345
|
12