Searched refs:mytm (Results 1 – 1 of 1) sorted by relevance
1726 struct tm mytm; in ctime_r() local1727 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()1850 struct tm yourtm, mytm; in time2sub() local1930 if (! funcp(sp, &t, offset, &mytm)) { in time2sub()1937 } else dir = tmcomp(&mytm, &yourtm); in time2sub()1958 if (mytm.TM_GMTOFF != yourtm.TM_GMTOFF in time2sub()1961 && (mytm.TM_GMTOFF <= in time2sub()1967 <= mytm.TM_GMTOFF)))) { in time2sub()1973 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF; in time2sub()1977 && alttm.tm_isdst == mytm.tm_isdst in time2sub()[all …]