Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cron/
H A Dcron.c330 static time_t xmktime(struct tm *);
1574 t1 = xmktime(&tmp); in tz_next_time()
1613 if ((t1 = xmktime(&tmp1)) == (time_t)-1) { in tz_next_time()
1632 if ((t1 = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1780 if ((t1 = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1798 if ((t2 = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1851 if ((t = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1863 if ((t = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time()
1946 if ((t = xmktime(&tmp1)) == (time_t)-1) in get_switching_time()
1965 if ((t = xmktime(&tmp1)) == (time_t)-1) in get_switching_time()
[all …]