Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c1455 int days_diff = days_thru_month[month + 1] - days_thru_month[month]; in tod_to_utc() local
1477 if (day_warn && (tod.tod_day < 1 || tod.tod_day > days_diff)) { in tod_to_utc()