Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c211 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
1992 z.z_untiltime = rpytime(&z.z_untilrule, in inzsub()
3281 rp->r_temp = rpytime(rp, year); in outzone()
3479 if (!lastat || lastat->at < rpytime(&xr, max_year - 1)) { in outzone()
3480 addtt(rpytime(&xr, max_year + 1), in outzone()
3818 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() function