Lines Matching refs:isdst
144 char *const abbr, int isdst,
147 static int addtype(zic_t gmtoff, const char * abbr, int isdst,
1947 const int isdst, const int doquotes)
1958 } else if (isdst) {
2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isdst,
2710 addtype(const zic_t gmtoff, const char *const abbr, const int isdst,
2716 if (isdst != TRUE && isdst != FALSE) {
2717 error(_("internal error - addtype called with bad isdst"));
2729 if (isdst != (dstoff != 0)) {
2730 error(_("internal error - addtype called with bad isdst/dstoff"));
2743 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
2769 isdsts[i] = isdst;