Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c2297 time_t altt = t; in time2sub() local
2299 if (!increment_overflow_time(&altt, diff)) { in time2sub()
2301 if (funcp(sp, &altt, offset, &alttm) in time2sub()
2305 t = altt; in time2sub()