Home
last modified time | relevance | path

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

/coreutils/src/
Dpinky.c72 static int time_format_width; variable
413 printf (" %-*s", time_format_width, _("When")); in print_heading()
430 time_format_width = 4 + 1 + 2 + 1 + 2 + 1 + 2 + 1 + 2; in scan_entries()
435 time_format_width = 3 + 1 + 2 + 1 + 2 + 1 + 2; in scan_entries()
Dwho.c152 static int time_format_width; variable
276 time_format_width, in print_line()
806 time_format_width = 4 + 1 + 2 + 1 + 2 + 1 + 2 + 1 + 2; in main()
811 time_format_width = 3 + 1 + 2 + 1 + 2 + 1 + 2; in main()