Lines Matching refs:tm_isdst
1315 tmp->tm_isdst = ttisp->tt_isdst;
1316 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];
1557 tmp->tm_isdst = 0;
1811 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1826 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst)
1829 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst)
1837 if (mytm.tm_isdst != yourtm.tm_isdst)
1892 if (tmp->tm_isdst > 1)
1893 tmp->tm_isdst = 1;
1901 if (tmp->tm_isdst < 0)
1902 tmp->tm_isdst = 0; /* reset to std and try again */
1905 if (okay || tmp->tm_isdst < 0)
1929 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst)
1933 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst)
1937 tmp->tm_isdst = !tmp->tm_isdst;
1943 tmp->tm_isdst = !tmp->tm_isdst;
1963 tmp->tm_isdst = -1; /* in case it wasn't initialized */
1971 tmp->tm_isdst = 0;
1980 tmp->tm_isdst = 0;