Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dzic.c220 static int max_format_len; variable
2002 if (max_format_len < format_len) in inzsub()
2003 max_format_len = format_len; in inzsub()
3187 max_abbr_len = 2 + max_format_len + max_abbrvar_len; in outzone()