Searched refs:human_output_opts (Results 1 – 3 of 3) sorted by relevance
/coreutils/src/ |
D | du.c | 160 static int human_output_opts; variable 400 : human_readable (n_bytes, buf, human_output_opts, in print_only_size() 752 &human_output_opts, &output_block_size); in main() 784 human_output_opts = 0; in main() 793 human_output_opts = human_autoscale | human_SI | human_base_1024; in main() 798 human_output_opts = human_autoscale | human_SI; in main() 803 human_output_opts = 0; in main() 826 human_output_opts = 0; in main() 859 enum strtol_error e = human_options (optarg, &human_output_opts, in main()
|
D | df.c | 72 static int human_output_opts; variable 582 && !(human_output_opts & human_autoscale)))) in get_header() 588 | (human_output_opts in get_header() 887 human_output_opts, input_units, output_units); in df_readable() 1601 human_output_opts = -1; in main() 1628 enum strtol_error e = human_options (optarg, &human_output_opts, in main() 1643 human_output_opts = human_autoscale | human_SI | human_base_1024; in main() 1647 human_output_opts = human_autoscale | human_SI; in main() 1651 human_output_opts = 0; in main() 1658 human_output_opts = 0; in main() [all …]
|
D | ls.c | 519 static int human_output_opts; variable 1973 file_human_output_opts = human_output_opts = in decode_switches() 2219 enum strtol_error e = human_options (optarg, &human_output_opts, in decode_switches() 2223 file_human_output_opts = human_output_opts; in decode_switches() 2229 file_human_output_opts = human_output_opts = in decode_switches() 2260 &human_output_opts, &output_block_size); in decode_switches() 2263 file_human_output_opts = human_output_opts; in decode_switches() 2268 human_output_opts = 0; in decode_switches() 3144 char *p = human_readable (total_blocks, buf + 1, human_output_opts, in print_dir() 3618 int len = mbswidth (human_readable (blocks, buf, human_output_opts, in gobble_file() [all …]
|