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.c220 static int max_format_len; variable
2034 if (max_format_len < format_len) in inzsub()
2035 max_format_len = format_len; in inzsub()
3223 max_abbr_len = 2 + max_format_len + max_abbrvar_len; in outzone()