Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c1975 struct tm alttm; in time2sub() local
1976 if (funcp(sp, &altt, offset, &alttm) in time2sub()
1977 && alttm.tm_isdst == mytm.tm_isdst in time2sub()
1978 && alttm.TM_GMTOFF == yourtm.TM_GMTOFF in time2sub()
1979 && tmcomp(&alttm, &yourtm) == 0) { in time2sub()
1981 mytm = alttm; in time2sub()