Home | History | Annotate | Download | only in time

Lines Matching defs:isdst

1867 getsave(char *field, bool *isdst)
1880 *isdst = dst < 0 ? save != 0 : dst;
2870 bool isdst, zic_t save, bool doquotes)
2887 } else if (isdst) {
3437 bool isdst = startoff != zp->z_stdoff;
3441 isdst, save, false);
3447 int type = addtype(startoff, startbuf, isdst,
3449 if (defaulttype < 0 && !isdst)
3541 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut)
3560 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i]
3574 isdsts[i] = isdst;