Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1904 get_switching_time(int to_dst, time_t t_ref) in get_switching_time() argument
1911 (void) localtime_r(&t_ref, &tmp); in get_switching_time()
1936 while (t < (t_ref + 6*60*60)) { /* 6 hours should be enough */ in get_switching_time()