Home | History | Annotate | Download | only in tzcode

Lines Matching full:mytm

1582 	struct tm	mytm;
1584 return asctime_r(localtime_r(timep, &mytm), buf);
1692 struct tm yourtm, mytm;
1784 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)