Lines Matching refs:tt_utoff
87 int_fast32_t tt_utoff; /* UT offset in seconds */ member
211 s->tt_utoff = utoff; in init_ttinfo()
281 timezone = - ttisp->tt_utoff; in update_tzname_etc()
285 altzone = - ttisp->tt_utoff; in update_tzname_etc()
575 ttisp->tt_utoff = detzcode(p); in tzloadbody()
840 result = (ap->tt_utoff == bp->tt_utoff in typesequiv()
1337 - sp->ttis[j].tt_utoff; in tzparse()
1346 - sp->ttis[j].tt_utoff; in tzparse()
1387 theiroffset = -sp->ttis[j].tt_utoff; in tzparse()
1646 result = timesub(&t, ttisp->tt_utoff, sp, tmp); in localsub()
2205 newt = (t + sp->ttis[j].tt_utoff in time2sub()
2206 - sp->ttis[i].tt_utoff); in time2sub()
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()