Searched refs:z_untilrule (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c85 struct rule z_untilrule; member in struct:zone
1101 z.z_untilrule.r_filename = filename;
1102 z.z_untilrule.r_linenum = linenum;
1103 rulesub(&z.z_untilrule,
1111 z.z_untiltime = rpytime(&z.z_untilrule,
1112 z.z_untilrule.r_loyear);
1691 if (useuntil && year > zp->z_untilrule.r_hiyear)
1720 if (!zp->z_untilrule.r_todisgmt)
1723 if (!zp->z_untilrule.r_todisstd)
1807 startttisstd = zp->z_untilrule
[all...]

Completed in 61 milliseconds