Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c2173 time_t altt = t; in time2sub() local
2175 if (!increment_overflow_time(&altt, diff)) { in time2sub()
2177 if (funcp(sp, &altt, offset, &alttm) in time2sub()
2181 t = altt; in time2sub()