Home | History | Annotate | Download | only in time

Lines Matching defs:mytm

2165 	struct tm			yourtm, mytm;
2274 if (! funcp(sp, &t, offset, &mytm)) {
2281 } else dir = tmcomp(&mytm, &yourtm);
2322 if (mytm.TM_GMTOFF != yourtm.TM_GMTOFF
2325 && (mytm.TM_GMTOFF <=
2333 <= mytm.TM_GMTOFF)))) {
2334 /* MYTM matches YOURTM except with the wrong UT offset.
2340 (mytm.TM_GMTOFF - yourtm.TM_GMTOFF);
2345 && alttm.tm_isdst == mytm.tm_isdst
2349 mytm = alttm;
2354 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
2374 if (! funcp(sp, &newt, offset, &mytm))
2376 if (tmcomp(&mytm, &yourtm) != 0)
2378 if (mytm.tm_isdst != yourtm.tm_isdst)