Searched refs:mytm (Results 1 – 1 of 1) sorted by relevance
1582 struct tm mytm; local1584 return asctime_r(localtime_r(timep, &mytm), buf);1692 struct tm yourtm, mytm; local1784 if ((*funcp)(&t, offset, &mytm) == NULL) {1791 } else dir = tmcomp(&mytm, &yourtm);1811 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)1833 if ((*funcp)(&newt, offset, &mytm) == NULL)1835 if (tmcomp(&mytm, &yourtm) != 0)1837 if (mytm.tm_isdst != yourtm.tm_isdst)