Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c404 static int scontext_width; variable
3276 scontext_width = 0; in clear_files()
3652 if (scontext_width < len) in gobble_file()
3653 scontext_width = len; in gobble_file()
4417 format_user_or_group (f->scontext, 0, scontext_width); in print_long_format()
4902 printf ("%*s ", format == with_commas ? 0 : scontext_width, f->scontext); in print_file_name_and_frills()
5136 len += 1 + (format == with_commas ? strlen (f->scontext) : scontext_width); in length_of_file_name_and_frills()