Home
last modified time | relevance | path

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

/glibc-2.36/timezone/
Dzic.c2013 int currenttype, thisdefaulttype; in writezone() local
2036 thisdefaulttype = (lo_time <= INT32_MIN in writezone()
2048 thisdefaulttype = range64.defaulttype; in writezone()
2082 omittype[thisdefaulttype] = false; in writezone()
2110 int h = (i == old0 ? thisdefaulttype in writezone()
2111 : i == thisdefaulttype ? old0 : i); in writezone()
2146 typemap[i == old0 ? thisdefaulttype in writezone()
2147 : i == thisdefaulttype ? old0 : i] in writezone()
2233 int h = (i == old0 ? thisdefaulttype in writezone()
2234 : i == thisdefaulttype ? old0 : i); in writezone()