Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c2176 struct tm alttm; in time2sub() local
2177 if (funcp(sp, &altt, offset, &alttm) in time2sub()
2178 && alttm.tm_isdst == mytm.tm_isdst in time2sub()
2179 && alttm.TM_GMTOFF == yourtm.TM_GMTOFF in time2sub()
2180 && tmcomp(&alttm, &yourtm) == 0) { in time2sub()
2182 mytm = alttm; in time2sub()