Lines Matching refs:mytm
2045 struct tm yourtm, mytm; in time2sub() local
2131 if (! funcp(sp, &t, offset, &mytm)) { in time2sub()
2138 } else dir = tmcomp(&mytm, &yourtm); in time2sub()
2159 if (mytm.TM_GMTOFF != yourtm.TM_GMTOFF in time2sub()
2162 && (mytm.TM_GMTOFF <= in time2sub()
2168 <= mytm.TM_GMTOFF)))) { in time2sub()
2174 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF; in time2sub()
2178 && alttm.tm_isdst == mytm.tm_isdst in time2sub()
2182 mytm = alttm; in time2sub()
2187 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
2207 if (! funcp(sp, &newt, offset, &mytm)) in time2sub()
2209 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()
2211 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()