Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c402 static int block_size_width; variable
3271 block_size_width = 0; in clear_files()
3621 if (block_size_width < len) in gobble_file()
3622 block_size_width = len; in gobble_file()
4385 for (int pad = blocks_width < 0 ? 0 : block_size_width - blocks_width; in print_long_format()
4446 for (int pad = size_width < 0 ? 0 : block_size_width - size_width; in print_long_format()
4896 printf ("%*s ", format == with_commas ? 0 : block_size_width, in print_file_name_and_frills()
5133 : block_size_width); in length_of_file_name_and_frills()