Searched refs:len_months (Results 1 – 1 of 1) sorted by relevance
388 static const int len_months[2][MONSPERYEAR] = { variable1311 i = len_months[isleap(year)][j]; in inleap()1317 day <= 0 || day > len_months[isleap(year)][month]) { in inleap()1507 rp->r_dayofmonth = len_months[1][rp->r_month]; in rulesub()1533 (rp->r_dayofmonth > len_months[1][rp->r_month])) { in rulesub()2035 total += len_months[0][month]; in stringrule()2054 if (rp->r_dayofmonth == len_months[1][rp->r_month]) in stringrule()3005 i = len_months[isleap(y)][m]; in rpytime()3047 if (i < 0 || i >= len_months[isleap(y)][m]) { in rpytime()