Searched refs:mytm (Results 1 – 1 of 1) sorted by relevance
260 struct tm yourtm, mytm; in time2sub() local339 (*funcp)(&t, offset, &mytm); // Convert t to broken-down time in mytm in time2sub()340 dir = tmcomp(&mytm, &yourtm); // Is mytm larger, equal, or less than yourtm? in time2sub()351 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()377 (*funcp)(&newt, offset, &mytm); in time2sub()378 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()380 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()