Home
last modified time | relevance | path

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

/NextBSD/bin/ls/
HDprint.c111 static size_t month_max_size = 0; variable
198 month_max_size = -1; in compute_abbreviated_month_size()
202 if (width > month_max_size) in compute_abbreviated_month_size()
203 month_max_size = width; in compute_abbreviated_month_size()
207 padding_for_month[i] = month_max_size - months_width[i]; in compute_abbreviated_month_size()
505 if (month_max_size == 0) { in ls_strftime()
508 if (month_max_size > 0) { in ls_strftime()