Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dtimezone.c108 static struct state statism; variable
486 if ((TZstring && TZstring[0] && Parse_TZ(TZstring, &statism) == 0) in tzset()
487 || IZTZ_GETLOCALETZINFO(&statism, generate_transitions) in tzset()
488 || Parse_TZ(gmt, &statism) == 0) { in tzset()
489 daylight = statism.typecnt > 1; in tzset()
490 dstfirst = daylight && statism.ttis[0].tt_isdst && !statism.ttis[1].tt_isdst; in tzset()
491 timezone = -statism.ttis[dstfirst].tt_gmtoff; in tzset()
492 tzname[0] = statism.chars + statism.ttis[dstfirst].tt_abbrind; in tzset()
493 tzname[1] = statism.chars + statism.ttis[!dstfirst].tt_abbrind; in tzset()
564 if (statism.timecnt == 0 || localwhen < statism.ats[0])
[all …]