Searched refs:newdays (Results 1 – 1 of 1) sorted by relevance
74 int newdays; in rtc_time_to_tm() local76 newdays = days - rtc_month_days(month, year); in rtc_time_to_tm()77 if (newdays < 0) in rtc_time_to_tm()79 days = newdays; in rtc_time_to_tm()