Lines Matching refs:tm_isdst
1624 result->tm_isdst = ttisp->tt_isdst; in localsub()
1945 tmp->tm_isdst = 0; in timesub()
2076 dest->tm_isdst = src->tm_isdst; in mktmcpy()
2233 && alttm.tm_isdst == mytm.tm_isdst in time2sub()
2242 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
2253 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()
2256 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()
2266 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()
2327 if (tmp->tm_isdst > 1) in time1()
2328 tmp->tm_isdst = 1; in time1()
2332 if (tmp->tm_isdst < 0) in time1()
2337 tmp->tm_isdst = 0; /* reset to std and try again */ in time1()
2359 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst) in time1()
2363 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
2367 tmp->tm_isdst = !tmp->tm_isdst; in time1()
2373 tmp->tm_isdst = !tmp->tm_isdst; in time1()
2422 tmp->tm_isdst = -1; /* in case it wasn't initialized */ in timelocal()
2440 tmp->tm_isdst = 0; in timeoff()