Lines Matching refs:gmtoff
90 static int addtype(long gmtoff, const char *abbr, int isdst,
1640 register long gmtoff; local
1673 gmtoff = zp->z_gmtoff;
1722 -gmtoff);
1738 offset = rp->r_todisgmt ? 0 : gmtoff;
1813 starttime = tadd(starttime, -gmtoff);
1848 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt) in addtype() argument
1849 const long gmtoff; in addtype()
1877 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
1891 if (!(-1L - 2147483647L <= gmtoff && gmtoff <= 2147483647L)) {
1895 gmtoffs[i] = gmtoff;