Searched refs:days_in_month (Results 1 – 2 of 2) sorted by relevance
903 #define days_in_month(a) (month_days[(a) - 1]) macro960 days_in_month(FEBRUARY) = 29; in to_tm()961 for (i = 1; day >= days_in_month(i); i++) in to_tm()962 day -= days_in_month(i); in to_tm()963 days_in_month(FEBRUARY) = 28; in to_tm()
53 static const unsigned char days_in_month[] = variable275 (tm.tm_mday > days_in_month[tm.tm_mon] + leap) || in pcf8563_ioctl()