Home | History | Annotate | Download | only in time

Lines Matching refs:tm_isdst

225 	bool		tt_isdst;	/* used to set tm_isdst */
1781 result->tm_isdst = ttisp->tt_isdst;
2033 tmp->tm_isdst = 0;
2140 dest->tm_isdst = src->tm_isdst;
2295 if (ilo != lo && lo - 1 == hi && yourtm.tm_isdst < 0 &&
2345 && alttm.tm_isdst == mytm.tm_isdst
2354 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
2365 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst)
2368 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst)
2378 if (mytm.tm_isdst != yourtm.tm_isdst)
2444 if (tmp->tm_isdst > 1)
2445 tmp->tm_isdst = 1;
2452 if (tmp->tm_isdst < 0)
2457 tmp->tm_isdst = 0; /* reset to std and try again */
2481 if (sp->ttis[samei].tt_isdst != tmp->tm_isdst)
2485 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst)
2489 tm_isdst = !tmp->tm_isdst;
2497 tmp->tm_isdst = !tmp->tm_isdst;
2552 tmp->tm_isdst = -1; /* in case it wasn't initialized */
2560 tmp->tm_isdst = -1; /* in case it wasn't initialized */
2580 tmp->tm_isdst = 0;