Searched refs:mytm (Results 1 – 1 of 1) sorted by relevance
1559 struct tm mytm; in ctime_r() local1561 return asctime_r(localtime_r(timep, &mytm), buf); in ctime_r()1683 struct tm yourtm, mytm; in time2sub() local1770 if ((*funcp)(&t, offset, &mytm) == NULL) { in time2sub()1777 } else dir = tmcomp(&mytm, &yourtm); in time2sub()1797 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()1817 if ((*funcp)(&newt, offset, &mytm) == NULL) in time2sub()1819 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()1821 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()