Searched refs:alttm (Results 1 – 1 of 1) sorted by relevance
2176 struct tm alttm; in time2sub() local2177 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()