Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cron/
H A Dcron.c329 static time_t get_switching_time(int, time_t);
1583 zone_start = get_switching_time(tmp.tm_isdst, t); in tz_next_time()
1652 t = get_switching_time(tmp1.tm_isdst, in tz_next_time()
1656 t = get_switching_time(tmp1.tm_isdst, in tz_next_time()
1877 zone_start = get_switching_time(tmp2.tm_isdst, in tz_next_time()
1935 get_switching_time(int to_dst, time_t t_ref) in get_switching_time() function