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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c327 static const int len_months[2][MONSPERYEAR] = { variable
1178 i = len_months[isleap(year)][j];
1184 day <= 0 || day > len_months[isleap(year)][month]) {
1395 rp->r_dayofmonth = len_months[1][rp->r_month];
1421 (rp->r_dayofmonth > len_months[1][rp->r_month])) {
2172 i = len_months[isleap(y)][m];
2214 if (i < 0 || i >= len_months[isleap(y)][m]) {

Completed in 61 milliseconds