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

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c326 static time_t get_switching_time(int, time_t);
1580 zone_start = get_switching_time(tmp.tm_isdst, t);
1649 t = get_switching_time(tmp1.tm_isdst,
1653 t = get_switching_time(tmp1.tm_isdst,
1874 zone_start = get_switching_time(tmp2.tm_isdst,
1932 get_switching_time(int to_dst, time_t t_ref) function

Completed in 123 milliseconds