Searched refs:mytm (Results 1 – 3 of 3) sorted by relevance
193 struct tm yourtm, mytm; in time2() local234 mytm = *localtime(&t); in time2()236 mytm = *gmtime(&t); in time2()237 dir = tmcomp(&mytm, &yourtm); in time2()248 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2()
137 struct tm mytm;138 struct tm *tmp = localtime_r(timep, &mytm);124 struct tm mytm; ctime_r() local
2110 struct tm yourtm, mytm; in normalize_overflow32() 2196 if (! funcp(sp, &t, offset, &mytm)) { in time2sub() 2203 } else dir = tmcomp(&mytm, &yourtm); in time2sub() 2224 if (mytm.TM_GMTOFF != yourtm.TM_GMTOFF in time2sub() 2227 && (mytm.TM_GMTOFF <= in time2sub() 2233 <= mytm.TM_GMTOFF)))) { in time2sub() 2239 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF; in time2sub() 2243 && alttm.tm_isdst == mytm.tm_isdst in time2sub() 2247 mytm = alttm; in time2sub() 2252 if (yourtm.tm_isdst < 0 || mytm in time2sub() 2169 struct tm yourtm, mytm; time2sub() local [all...]