Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c198 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
2050 z.z_untiltime = rpytime(&z.z_untilrule, in inzsub()
3351 rp->r_temp = rpytime(rp, year); in outzone()
3549 if (!lastat || lastat->at < rpytime(&xr, max_year - 1)) { in outzone()
3550 addtt(rpytime(&xr, max_year + 1), in outzone()
3888 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() function