Lines Matching refs:ttis

123     struct ttinfo ttis[TZ_MAX_TYPES];  member
222 char const *abbr = &sp->chars[sp->ttis[i].tt_desigidx]; in ttunspecified()
296 struct ttinfo *ttisp = &sp->ttis[type]; in may_update_tzname_etc()
574 ttisp = &sp->ttis[i]; in tzloadbody()
629 ttisp = &sp->ttis[i]; in tzloadbody()
641 ttisp = &sp->ttis[i]; in tzloadbody()
677 char *tsabbr = ts->chars + ts->ttis[i].tt_desigidx; in tzloadbody()
681 ts->ttis[i].tt_desigidx = j; in tzloadbody()
690 ts->ttis[i].tt_desigidx = j; in tzloadbody()
720 sp->ttis[sp->typecnt++] = ts->ttis[i]; in tzloadbody()
774 if (i < 0 && sp->timecnt > 0 && sp->ttis[sp->types[0]].tt_isdst) { in tzloadbody()
777 if (!sp->ttis[i].tt_isdst) in tzloadbody()
789 while (sp->ttis[i].tt_isdst) in tzloadbody()
838 register const struct ttinfo * ap = &sp->ttis[a]; in typesequiv()
839 register const struct ttinfo * bp = &sp->ttis[b]; in typesequiv()
1236 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse()
1237 init_ttinfo(&sp->ttis[1], -dstoffset, true, stdlen + 1); in tzparse()
1315 sp->ttis[0] = sp->ttis[1]; in tzparse()
1335 if (!sp->ttis[j].tt_isdst) { in tzparse()
1337 - sp->ttis[j].tt_utoff; in tzparse()
1344 if (sp->ttis[j].tt_isdst) { in tzparse()
1346 - sp->ttis[j].tt_utoff; in tzparse()
1360 sp->types[i] = sp->ttis[j].tt_isdst; in tzparse()
1361 if (sp->ttis[j].tt_ttisut) { in tzparse()
1379 if (isdst && !sp->ttis[j].tt_ttisstd) { in tzparse()
1387 theiroffset = -sp->ttis[j].tt_utoff; in tzparse()
1388 if (sp->ttis[j].tt_isdst) in tzparse()
1395 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse()
1396 init_ttinfo(&sp->ttis[1], -dstoffset, true, stdlen + 1); in tzparse()
1404 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse()
1440 init_ttinfo(&sp->ttis[0], 0, false, 0); in zoneinit()
1639 ttisp = &sp->ttis[i]; in localsub()
2198 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()
2201 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()
2205 newt = (t + sp->ttis[j].tt_utoff in time2sub()
2206 - sp->ttis[i].tt_utoff); in time2sub()
2303 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst) in time1()
2307 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
2309 tmp->tm_sec += (sp->ttis[otheri].tt_utoff in time1()
2310 - sp->ttis[samei].tt_utoff); in time1()
2315 tmp->tm_sec -= (sp->ttis[otheri].tt_utoff in time1()
2316 - sp->ttis[samei].tt_utoff); in time1()