Lines Matching refs:tm_isdst
1526 result->tm_isdst = ttisp->tt_isdst; in localsub()
1745 tmp->tm_isdst = 0; in timesub()
2023 && alttm.tm_isdst == mytm.tm_isdst in time2sub()
2032 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
2043 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()
2046 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()
2054 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()
2114 if (tmp->tm_isdst > 1) in time1()
2115 tmp->tm_isdst = 1; in time1()
2119 if (tmp->tm_isdst < 0) in time1()
2124 tmp->tm_isdst = 0; /* reset to std and try again */ in time1()
2146 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst) in time1()
2150 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
2154 tmp->tm_isdst = !tmp->tm_isdst; in time1()
2160 tmp->tm_isdst = !tmp->tm_isdst; in time1()
2208 tmp->tm_isdst = -1; /* in case it wasn't initialized */ in timelocal()
2222 tmp->tm_isdst = 0; in timeoff()