Lines Matching refs:tm_isdst
1470 result->tm_isdst = ttisp->tt_isdst; in localsub()
1699 tmp->tm_isdst = 0; in timesub()
1977 && alttm.tm_isdst == mytm.tm_isdst in time2sub()
1986 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
1997 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()
2000 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()
2008 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()
2068 if (tmp->tm_isdst > 1) in time1()
2069 tmp->tm_isdst = 1; in time1()
2073 if (tmp->tm_isdst < 0) in time1()
2078 tmp->tm_isdst = 0; /* reset to std and try again */ in time1()
2100 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst) in time1()
2104 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
2108 tmp->tm_isdst = !tmp->tm_isdst; in time1()
2114 tmp->tm_isdst = !tmp->tm_isdst; in time1()
2170 tmp->tm_isdst = -1; /* in case it wasn't initialized */ in timelocal()
2184 tmp->tm_isdst = 0; in timeoff()