Searched refs:mytm (Results 1 – 2 of 2) sorted by relevance
122 struct tm mytm; in ctime_r() local123 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()
2045 struct tm yourtm, mytm; in time2sub() local2131 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()[all …]