Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c5170 size_t name_length = length_of_file_name_and_frills (f); in print_many_per_line() local
5178 indent (pos + name_length, pos + max_name_length); in print_many_per_line()
5193 size_t name_length = length_of_file_name_and_frills (f); in print_horizontal() local
5211 indent (pos + name_length, pos + max_name_length); in print_horizontal()
5218 name_length = length_of_file_name_and_frills (f); in print_horizontal()
5396 size_t name_length = length_of_file_name_and_frills (f); in calculate_columns() local
5405 size_t real_length = name_length + (idx == i ? 0 : 2); in calculate_columns()