Home | History | Annotate | Download | only in tzcode

Lines Matching full:mytm

1607     struct tm   mytm;
1609 return asctime_r(localtime_r(timep, &mytm), buf);
1713 struct tm yourtm, mytm;
1805 if ((*funcp)(&t, offset, &mytm, sp) == NULL) { // android-changed: added sp.
1812 } else dir = tmcomp(&mytm, &yourtm);
1832 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1858 if ((*funcp)(&newt, offset, &mytm, sp) == NULL) // android-changed: added sp.
1860 if (tmcomp(&mytm, &yourtm) != 0)
1862 if (mytm.tm_isdst != yourtm.tm_isdst)