Home
last modified time | relevance | path

Searched refs:rpytime (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dzic.c283 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
2274 z.z_untiltime = rpytime(&z.z_untilrule, in inzsub()
3573 rp->r_temp = rpytime(rp, year); in outzone()
3768 if (!lastat || lastat->at < rpytime(&xr, max_year - 1)) { in outzone()
3769 addtt(rpytime(&xr, max_year + 1), in outzone()
4131 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() function