Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/zic/
H A Dzic.c125 static zic_t rpytime(const struct rule *rp, zic_t wantedy);
999 z.z_untiltime = rpytime(&z.z_untilrule, in inzsub()
2116 rp->r_temp = rpytime(rp, year); in outzone()
2250 if (lastat->at < rpytime(&xr, max_year - 1)) { in outzone()
2265 addtt(rpytime(&xr, max_year + 1), typecnt-1); in outzone()
2551 rpytime(const struct rule * const rp, const zic_t wantedy) in rpytime() function