Searched defs:r_dayofmonth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c48 int r_dayofmonth; member in struct:rule
64 * r_dycode r_dayofmonth r_wday
1395 rp->r_dayofmonth = len_months[1][rp->r_month];
1419 if (sscanf(ep, scheck(ep, "%d"), &rp->r_dayofmonth) != 1 ||
1420 rp->r_dayofmonth <= 0 ||
1421 (rp->r_dayofmonth > len_months[1][rp->r_month])) {
2176 i = rp->r_dayofmonth;

Completed in 61 milliseconds