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) in stringrule() argument
1961 const long dstoff;
1999 tod += dstoff;
2476 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt) in addtype() argument
2479 const long dstoff;
2504 if (isdst != (dstoff != 0)) {
2508 if (gmtoff != (rawoff + dstoff)) {
2520 rawoff == rawoffs[i] && dstoff == dstoffs[i] &&
2542 dstoffs[i] = dstoff;