Searched refs:days_of_month (Results 1 – 2 of 2) sorted by relevance
406 static int days_of_month[] = in parse_to_unixtime() local 449 t += days_of_month[i]; in parse_to_unixtime() 453 clock_time->day > 29 : clock_time->day > days_of_month[clock_time->month])) in parse_to_unixtime()
769 static int days_of_month[] = in dcf_to_unixtime() local819 t += days_of_month[i]; in dcf_to_unixtime()823 clock_time->day > 29 : clock_time->day > days_of_month[clock_time->month])) in dcf_to_unixtime()