Home
last modified time | relevance | path

Searched refs:days_thru_month (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c79 static int days_thru_month[64] = { variable
107 utc += days_thru_month[month] + day - 1; in get_time()
/onnv-gate/usr/src/uts/common/os/
H A Dtimers.c1359 static int days_thru_month[64] = { variable
1405 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()