Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dtimezone.c227 long stdoffset = -sp->ttis[0].tt_gmtoff;
228 long dstoffset = -sp->ttis[1].tt_gmtoff;
444 sp->ttis[0].tt_gmtoff = -stdoffset;
445 sp->ttis[0].tt_isdst = 0;
446 sp->ttis[0].tt_abbrind = 0;
447 sp->ttis[1].tt_gmtoff = -dstoffset;
448 sp->ttis[1].tt_isdst = 1;
449 sp->ttis[1].tt_abbrind = stdlen + 1;
456 sp->ttis[0].tt_gmtoff = -stdoffset;
457 sp->ttis[0].tt_isdst = 0;
[all …]
H A Dtimezone.h45 struct ttinfo ttis[TZ_MAX_TYPES]; member