Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/time/
Dlocaltime.c1642 int saved_seconds; in time2sub() local
1700 saved_seconds = 0; in time2sub()
1712 saved_seconds = yourtm.tm_sec; in time2sub()
1715 saved_seconds = yourtm.tm_sec; in time2sub()
1796 newt = t + saved_seconds; in time2sub()
1797 if ((newt < t) != (saved_seconds < 0)) in time2sub()