Lines Matching full:gmtoff
124 static int addtype(long gmtoff, long rawoff, long dstoff,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
174 long dstoff, long gmtoff);
1958 stringrule(result, rp, dstoff, gmtoff)
1962 const long gmtoff;
1997 tod += gmtoff;
2105 register long gmtoff;
2198 gmtoff = zp->z_gmtoff;
2299 ** assuming the current gmtoff and
2305 -gmtoff);
2321 offset = rp->r_todisgmt ? 0 : gmtoff;
2439 starttime = tadd(starttime, -gmtoff);
2482 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt)
2483 const long gmtoff;
2487 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
2488 const long gmtoff;
2514 if (gmtoff != (rawoff + dstoff)) {
2524 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
2541 if (! (-1L - 2147483647L <= gmtoff && gmtoff <= 2147483647L)) {
2545 gmtoffs[i] = gmtoff;