Searched defs:to_dst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1935 get_switching_time(int to_dst, time_t t_ref) argument
1953 if (tmp1.tm_isdst == to_dst) {
1956 if (tmp1.tm_isdst != to_dst) {
1970 if (tmp.tm_isdst == to_dst)

Completed in 53 milliseconds