Lines Matching refs:dstoff
124 static int addtype(long gmtoff, long rawoff, long dstoff,
174 long dstoff, long gmtoff);
1958 stringrule(result, rp, dstoff, gmtoff)
1961 const long dstoff;
1999 tod += dstoff;
2487 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt)
2490 const long dstoff;
2515 if (isdst != (dstoff != 0)) {
2516 error(_("internal error - addtype called with bad isdst/dstoff"));
2519 if (gmtoff != (rawoff + dstoff)) {
2520 error(_("internal error - addtype called with bad gmt/raw/dstoff"));
2531 rawoff == rawoffs[i] && dstoff == dstoffs[i] &&
2553 dstoffs[i] = dstoff;