Lines Matching refs:tt_isdst
101 bool tt_isdst; /* used to set tm_isdst */ member
211 s->tt_isdst = isdst; in init_ttinfo()
266 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_abbrind]; in update_tzname_etc()
268 if (!ttisp->tt_isdst) in update_tzname_etc()
272 if (ttisp->tt_isdst) in update_tzname_etc()
308 if (ttisp->tt_isdst) in settzname()
511 ttisp->tt_isdst = isdst; in tzloadbody()
661 if (i < 0 && sp->timecnt > 0 && sp->ttis[sp->types[0]].tt_isdst) { in tzloadbody()
664 if (!sp->ttis[i].tt_isdst) in tzloadbody()
673 while (sp->ttis[i].tt_isdst) in tzloadbody()
716 ap->tt_isdst == bp->tt_isdst && in typesequiv()
1162 if (!sp->ttis[j].tt_isdst) { in tzparse()
1171 if (sp->ttis[j].tt_isdst) { in tzparse()
1188 sp->types[i] = sp->ttis[j].tt_isdst; in tzparse()
1215 if (sp->ttis[j].tt_isdst) in tzparse()
1470 result->tm_isdst = ttisp->tt_isdst; in localsub()
1997 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()
2000 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()
2100 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst) in time1()
2104 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()