Lines Matching refs:mytm
1973 struct tm yourtm, mytm;
2059 if (! funcp(sp, &t, offset, &mytm)) {
2066 } else dir = tmcomp(&mytm, &yourtm);
2087 if (mytm.TM_GMTOFF != yourtm.TM_GMTOFF
2090 && (mytm.TM_GMTOFF <=
2096 <= mytm.TM_GMTOFF)))) {
2102 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF;
2106 && alttm.tm_isdst == mytm.tm_isdst
2110 mytm = alttm;
2115 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
2135 if (! funcp(sp, &newt, offset, &mytm))
2137 if (tmcomp(&mytm, &yourtm) != 0)
2139 if (mytm.tm_isdst != yourtm.tm_isdst)