Home | History | Annotate | Download | only in tzcode

Lines Matching refs:dstoff

143 static int	addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff,
2021 stringrule(char *result, const struct rule *const rp, const zic_t dstoff,
2073 tod += dstoff;
2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isdst,
2729 if (isdst != (dstoff != 0)) {
2730 error(_("internal error - addtype called with bad isdst/dstoff"));
2733 if (gmtoff != (rawoff + dstoff)) {
2734 error(_("internal error - addtype called with bad gmt/raw/dstoff"));
2745 rawoff == rawoffs[i] && dstoff == dstoffs[i] &&
2767 dstoffs[i] = dstoff;