Searched defs:days_thru_month (Results 1 - 2 of 2) sorted by relevance

/illumos-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;
/illumos-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])
1408 tod.tod_day = day - days_thru_month[month] + 1;
1430 int days_diff = days_thru_month[month + 1] - days_thru_month[month];
1488 utc += days_thru_month[month] + tod.tod_day - 1;

Completed in 46 milliseconds