Searched refs:days_in_month (Results 1 – 1 of 1) sorted by relevance
999 #define days_in_month(a) (month_days[(a) - 1]) macro1057 days_in_month(FEBRUARY) = 29; in to_tm()1058 for (i = 1; day >= days_in_month(i); i++) in to_tm()1059 day -= days_in_month(i); in to_tm()1060 days_in_month(FEBRUARY) = 28; in to_tm()