Lines Matching refs:tm_isdst
1323 tmp->tm_isdst = ttisp->tt_isdst; in localsub()
1324 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind]; in localsub()
1537 tmp->tm_isdst = 0; in timesub()
1797 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
1810 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()
1813 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()
1821 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()
1878 if (tmp->tm_isdst > 1) in time1()
1879 tmp->tm_isdst = 1; in time1()
1883 if (tmp->tm_isdst < 0) in time1()
1888 tmp->tm_isdst = 0; /* reset to std and try again */ in time1()
1911 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst) in time1()
1915 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
1919 tmp->tm_isdst = !tmp->tm_isdst; in time1()
1925 tmp->tm_isdst = !tmp->tm_isdst; in time1()
1944 tmp->tm_isdst = -1; /* in case it wasn't initialized */ in timelocal()
1952 tmp->tm_isdst = 0; in timegm()
1960 tmp->tm_isdst = 0; in timeoff()