Home | History | Annotate | Download | only in tzcode

Lines Matching refs:isdst

206 /* Initialize *S to a value based on GMTOFF, ISDST, and ABBRIND.  */
208 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind)
211 s->tt_isdst = isdst;
503 unsigned char isdst, abbrind;
508 isdst = *p++;
509 if (! (isdst < 2))
511 ttisp->tt_isdst = isdst;
1150 register bool isdst;
1180 isdst = false;
1206 if (isdst && !sp->ttis[j].tt_ttisstd) {