Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c2825 int pretranstype = -1, thisdefaulttype; in writezone() local
2838 thisdefaulttype = range32.defaulttype; in writezone()
2848 thisdefaulttype = range64.defaulttype; in writezone()
2873 pretranstype = thisdefaulttype; in writezone()
2888 thisdefaulttype = range64.defaulttype; in writezone()
2891 thisdefaulttype = unspecifiedtype; in writezone()
2892 omittype[thisdefaulttype] = false; in writezone()
2928 int h = (i == old0 ? thisdefaulttype in writezone()
2929 : i == thisdefaulttype ? old0 : i); in writezone()
2964 typemap[i == old0 ? thisdefaulttype in writezone()
[all …]