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