Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c327 static time_t get_switching_time(int, time_t);
1548 zone_start = get_switching_time(tmp.tm_isdst, t); in tz_next_time()
1617 t = get_switching_time(tmp1.tm_isdst, in tz_next_time()
1621 t = get_switching_time(tmp1.tm_isdst, in tz_next_time()
1842 zone_start = get_switching_time(tmp2.tm_isdst, in tz_next_time()
1904 get_switching_time(int to_dst, time_t t_ref) in get_switching_time() function