Searched refs:len_months (Results 1 – 1 of 1) sorted by relevance
526 static const int len_months[2][MONSPERYEAR] = { variable2347 i = len_months[isleap(year)][j]; in getleapdatetime()2353 day <= 0 || day > len_months[isleap(year)][month]) { in getleapdatetime()2523 rp->r_dayofmonth = len_months[1][rp->r_month]; in rulesub()2553 (rp->r_dayofmonth > len_months[1][rp->r_month])) { in rulesub()3221 total += len_months[0][month]; in stringrule()3240 if (rp->r_dayofmonth == len_months[1][rp->r_month]) in stringrule()4156 i = len_months[isleap(y)][m]; in rpytime()4189 if (i < 0 || i >= len_months[isleap(y)][m]) { in rpytime()