Searched refs:days_thru_month (Results 1 – 2 of 2) sorted by relevance
79 static int days_thru_month[64] = { variable107 utc += days_thru_month[month] + day - 1; in get_time()
1359 static int days_thru_month[64] = { variable1405 while (day >= days_thru_month[month + 1]) in utc_to_tod()1408 tod.tod_day = day - days_thru_month[month] + 1; in utc_to_tod()1430 int days_diff = days_thru_month[month + 1] - days_thru_month[month]; in tod_to_utc()1488 utc += days_thru_month[month] + tod.tod_day - 1; in tod_to_utc()