Home | History | Annotate | Download | only in tzcode

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)
2071 tod += gmtoff;
2224 register zic_t gmtoff;
2364 gmtoff = zp->z_gmtoff;
2495 ** assuming the current gmtoff and
2501 -gmtoff);
2517 offset = rp->r_todisgmt ? 0 : gmtoff;
2631 starttime = tadd(starttime, -gmtoff);
2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isdst,
2710 addtype(const zic_t gmtoff, const char *const abbr, const int isdst,
2733 if (gmtoff != (rawoff + dstoff)) {
2743 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
2760 if (! (-1L - 2147483647L <= gmtoff && gmtoff <= 2147483647L)) {
2764 gmtoffs[i] = gmtoff;