Lines Matching refs:mytm
1726 struct tm mytm; in ctime_r() local
1727 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()
1850 struct tm yourtm, mytm; in time2sub() local
1930 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()
1981 mytm = alttm; in time2sub()
1986 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
2004 if (! funcp(sp, &newt, offset, &mytm)) in time2sub()
2006 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()
2008 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()