Home
last modified time | relevance | path

Searched refs:tm_isdst (Results 1 – 17 of 17) sorted by relevance

/time/
A Dtst-timegm.c37 .tm_isdst = 0 in do_test_func()
54 .tm_isdst = 0 in do_test_func()
74 .tm_isdst = 0 in do_test_func()
A Dtst-mktime2.c70 tm.tm_isdst = -1; in spring_forward_gap()
109 tm.tm_isdst = -1; in irix_6_4_bug()
121 tm.tm_isdst = -1; in bigtime_test()
134 TEST_COMPARE (lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst, in bigtime_test()
135 tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst); in bigtime_test()
A Dtst-gmtime.c38 TEST_COMPARE (tmg->tm_isdst, 0); in do_test()
54 TEST_COMPARE (tmg->tm_isdst, 0); in do_test()
69 TEST_COMPARE (tmg->tm_isdst, 0); in do_test()
85 TEST_COMPARE (tmg->tm_isdst, 0); in do_test()
102 TEST_COMPARE (tmg->tm_isdst, 0); in do_test()
118 TEST_COMPARE (tmg->tm_isdst, 0); in do_test()
A Dbug-mktime4.c15 && t->tm_isdst == u->tm_isdst && t->tm_gmtoff == u->tm_gmtoff in equal_tm()
A Dtimegm.c33 tmp->tm_isdst = 0; in __timegm64()
A Dmktime.c341 int isdst = tp->tm_isdst; in __mktime_internal()
399 && (tm.tm_isdst < 0 in __mktime_internal()
401 ? dst2 <= (tm.tm_isdst != 0) in __mktime_internal()
402 : (isdst != 0) != (tm.tm_isdst != 0)))) in __mktime_internal()
421 t1 = t2, t2 = t, t += dt, dst2 = tm.tm_isdst != 0; in __mktime_internal()
426 if (isdst_differ (isdst, tm.tm_isdst)) in __mktime_internal()
466 if (! isdst_differ (isdst, otm.tm_isdst)) in __mktime_internal()
A Dtst-posixtz.c54 tmp->tm_hour, tmp->tm_min, tmp->tm_sec, tmp->tm_isdst, in do_test()
55 tzname[tmp->tm_isdst ? 1 : 0]); in do_test()
A Dtst-mktime3.c47 CHECK (tm_isdst) in do_test()
A Dtst-mktime.c20 time_str.tm_isdst = -1; in do_test()
A Dtest_time.c56 tbuf.tm_isdst = -1; in main()
A Dbug-getdate1.c66 printf ("Daylight Savings flag: %d\n\n", res->tm_isdst); in process_getdate_on()
A Dtzfile.c747 tp->tm_isdst = info->isdst; in __tzfile_compute()
748 assert (strcmp (&zone_names[info->idx], __tzname[tp->tm_isdst]) == 0); in __tzfile_compute()
749 tp->tm_zone = __tzname[tp->tm_isdst]; in __tzfile_compute()
A Dtzset.c537 tm->tm_isdst = isdst; in __tz_compute()
598 tp->tm_isdst = 0; in weak_alias()
A Dgetdate.c193 tp->tm_isdst = -1; in __getdate_r()
A Dtst-strftime3.c489 tm.tm_isdst = -1; in do_test()
A Dstrftime_l.c1321 if (!(zone && *zone) && tp->tm_isdst >= 0) in libc_hidden_def()
1332 zone = tp->tm_isdst <= 1 ? tzname[tp->tm_isdst] : "?"; in libc_hidden_def()
1353 if (tp->tm_isdst < 0) in libc_hidden_def()
/time/bits/types/
A Dstruct_tm.h17 int tm_isdst; /* DST. [-1/0/1]*/ member

Completed in 20 milliseconds