Home | History | Annotate | Download | only in tzcode

Lines Matching refs:tm_isdst

143     int     tt_isdst;   /* used to set tm_isdst */
1409 tmp->tm_isdst = ttisp->tt_isdst;
1410 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];
1663 tmp->tm_isdst = 0;
1927 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1946 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst)
1949 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst)
1957 if (mytm.tm_isdst != yourtm.tm_isdst)
2012 if (tmp->tm_isdst > 1)
2013 tmp->tm_isdst = 1;
2021 if (tmp->tm_isdst < 0)
2022 tmp->tm_isdst = 0; /* reset to std and try again */
2025 if (okay || tmp->tm_isdst < 0)
2053 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst)
2057 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst)
2061 tmp->tm_isdst = !tmp->tm_isdst;
2067 tmp->tm_isdst = !tmp->tm_isdst;
2091 tmp->tm_isdst = -1; /* in case it wasn't initialized */
2101 tmp->tm_isdst = 0;
2116 tmp->tm_isdst = 0;