Home
last modified time | relevance | path

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

/freebsd-13.1/bin/ls/
H A Dprint.c190 size_t months_width[12]; in compute_abbreviated_month_size() local
198 months_width[i] = width; in compute_abbreviated_month_size()
204 padding_for_month[i] = month_max_size - months_width[i]; in compute_abbreviated_month_size()