Home
last modified time | relevance | path

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

/original-bsd/share/zoneinfo/
H A Dzic.c326 static const int len_months[2][MONSPERYEAR] = { variable
987 i = len_months[isleap(year)][j];
993 day <= 0 || day > len_months[isleap(year)][month]) {
1162 rp->r_dayofmonth = len_months[1][rp->r_month];
1186 (rp->r_dayofmonth > len_months[1][rp->r_month])) {
1739 i = len_months[isleap(y)][m];
1781 if (i < 0 || i >= len_months[isleap(y)][m]) {