Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c2808 int pretranstype = -1, thisdefaulttype; in writezone() local
2821 thisdefaulttype = range32.defaulttype; in writezone()
2831 thisdefaulttype = range64.defaulttype; in writezone()
2856 pretranstype = thisdefaulttype; in writezone()
2871 thisdefaulttype = range64.defaulttype; in writezone()
2874 thisdefaulttype = unspecifiedtype; in writezone()
2875 omittype[thisdefaulttype] = false; in writezone()
2911 int h = (i == old0 ? thisdefaulttype in writezone()
2912 : i == thisdefaulttype ? old0 : i); in writezone()
2947 typemap[i == old0 ? thisdefaulttype in writezone()
[all …]