Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c328 static time_t xmktime(struct tm *);
1539 t1 = xmktime(&tmp); in tz_next_time()
1578 if ((t1 = xmktime(&tmp1)) == (time_t)-1) { in tz_next_time()
1597 if ((t1 = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1745 if ((t1 = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1763 if ((t2 = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1816 if ((t = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1828 if ((t = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1915 if ((t = xmktime(&tmp1)) == (time_t)-1) in get_switching_time()
1934 if ((t = xmktime(&tmp1)) == (time_t)-1) in get_switching_time()
[all …]