Lines Matching defs:isdst
90 static int addtype(long gmtoff, const char *abbr, int isdst,
101 const char *letters, int isdst);
1611 doabbr(abbr, format, letters, isdst)
1615 const int isdst;
1622 } else if (isdst)
1848 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
1851 const int isdst;
1857 if (isdst != TRUE && isdst != FALSE) {
1859 "internal error - addtype called with bad isdst"));
1877 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
1896 isdsts[i] = isdst;