Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c311 static int max_format_len; variable
2258 if (max_format_len < format_len) in inzsub()
2259 max_format_len = format_len; in inzsub()
3444 max_abbr_len = 2 + max_format_len + max_abbrvar_len; in outzone()