Lines Matching refs:gmtoff
143 static int addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff,
147 static int addtype(zic_t gmtoff, const char * abbr, int isdst,
2022 const zic_t gmtoff) in stringrule() argument
2071 tod += gmtoff; in stringrule()
2224 register zic_t gmtoff; in outzone() local
2364 gmtoff = zp->z_gmtoff; in outzone()
2501 -gmtoff); in outzone()
2517 offset = rp->r_todisgmt ? 0 : gmtoff; in outzone()
2631 starttime = tadd(starttime, -gmtoff); in outzone()
2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype() argument
2710 addtype(const zic_t gmtoff, const char *const abbr, const int isdst, in addtype()
2733 if (gmtoff != (rawoff + dstoff)) { in addtype()
2743 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] && in addtype()
2760 if (! (-1L - 2147483647L <= gmtoff && gmtoff <= 2147483647L)) { in addtype()
2764 gmtoffs[i] = gmtoff; in addtype()