Searched refs:days_in_month (Results 1 – 3 of 3) sorted by relevance
53 static const unsigned char days_in_month[] = variable275 (tm.tm_mday > days_in_month[tm.tm_mon] + leap) || in pcf8563_ioctl()
49 static const unsigned char days_in_month[] = variable272 (tm.tm_mday > days_in_month[tm.tm_mon] + leap) || in pcf8563_ioctl()
993 #define days_in_month(a) (month_days[(a) - 1]) macro1050 days_in_month(FEBRUARY) = 29; in to_tm()1051 for (i = 1; day >= days_in_month(i); i++) in to_tm()1052 day -= days_in_month(i); in to_tm()1053 days_in_month(FEBRUARY) = 28; in to_tm()