Lines Matching refs:isdst
125 const char * abbr, int isdst,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
139 const char * letters, int isdst, int doquotes);
1875 doabbr(abbr, format, letters, isdst, doquotes) in doabbr() argument
1879 const int isdst;
1891 } else if (isdst) {
2476 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt) in addtype() argument
2481 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
2485 const int isdst;
2491 if (isdst != TRUE && isdst != FALSE) {
2504 if (isdst != (dstoff != 0)) {
2518 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
2544 isdsts[i] = isdst;