Lines Matching refs:r_stdoff
95 zic_t r_stdoff; /* offset from standard time */ member
569 r->r_tod, r->r_todisstd, r->r_todisgmt, r->r_stdoff in emit_icu_rule()
583 fprintf(f, ", offset %lld", r->r_stdoff); in emit_icu_rule()
1132 r.r_stdoff = gethms(fields[RF_STDOFF], _("invalid saved time"), TRUE); in inrule()
2072 if (rp->r_todisstd && rp->r_stdoff == 0) in stringrule()
2127 if (rp->r_stdoff == 0) { in stringzone()
2146 if (rp->r_stdoff == 0 && rule_cmp(stdabbrrp, rp) < 0) in stringzone()
2159 if (stdrp != NULL && stdrp->r_stdoff != 0) { in stringzone()
2166 dstr.r_stdoff = stdrp->r_stdoff; in stringzone()
2171 stdr.r_tod = SECSPERDAY + stdrp->r_stdoff; in stringzone()
2173 stdr.r_stdoff = 0; in stringzone()
2191 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR) in stringzone()
2193 -(zp->z_gmtoff + dstrp->r_stdoff)) != 0) { in stringzone()
2198 c = stringrule(result, dstrp, dstrp->r_stdoff, zp->z_gmtoff); in stringzone()
2206 c = stringrule(result, stdrp, dstrp->r_stdoff, zp->z_gmtoff); in stringzone()
2432 if (finalRule1->r_stdoff == finalRule2->r_stdoff) { in outzone()
2536 stdoff = rp->r_stdoff; in outzone()
2545 rp->r_stdoff != 0, in outzone()
2555 rp->r_stdoff != in outzone()
2584 rp->r_stdoff != 0, FALSE); in outzone()
2585 offset = oadd(zp->z_gmtoff, rp->r_stdoff); in outzone()
2587 type = addtype(offset, zp->z_gmtoff, rp->r_stdoff, in outzone()
2588 ab, rp->r_stdoff != 0, in outzone()
2591 type = addtype(offset, ab, rp->r_stdoff != 0, in outzone()