Lines Matching refs:tm_isdst
89 bool tt_isdst; /* used to set tm_isdst */
1579 result->tm_isdst = ttisp->tt_isdst;
1818 tmp->tm_isdst = 0;
1949 dest->tm_isdst = src->tm_isdst;
2106 && alttm.tm_isdst == mytm.tm_isdst
2115 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
2126 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst)
2129 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst)
2139 if (mytm.tm_isdst != yourtm.tm_isdst)
2199 if (tmp->tm_isdst > 1)
2200 tmp->tm_isdst = 1;
2204 if (tmp->tm_isdst < 0)
2209 tmp->tm_isdst = 0; /* reset to std and try again */
2231 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst)
2235 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst)
2239 tmp->tm_isdst = !tmp->tm_isdst;
2245 tmp->tm_isdst = !tmp->tm_isdst;
2294 tmp->tm_isdst = -1; /* in case it wasn't initialized */
2312 tmp->tm_isdst = 0;