Searched refs:tm_isdst (Results 1 – 17 of 17) sorted by relevance
/time/ |
A D | tst-timegm.c | 37 .tm_isdst = 0 in do_test_func() 54 .tm_isdst = 0 in do_test_func() 74 .tm_isdst = 0 in do_test_func()
|
A D | tst-mktime2.c | 70 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 D | tst-gmtime.c | 38 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 D | bug-mktime4.c | 15 && t->tm_isdst == u->tm_isdst && t->tm_gmtoff == u->tm_gmtoff in equal_tm()
|
A D | timegm.c | 33 tmp->tm_isdst = 0; in __timegm64()
|
A D | mktime.c | 341 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 D | tst-posixtz.c | 54 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 D | tst-mktime3.c | 47 CHECK (tm_isdst) in do_test()
|
A D | tst-mktime.c | 20 time_str.tm_isdst = -1; in do_test()
|
A D | test_time.c | 56 tbuf.tm_isdst = -1; in main()
|
A D | bug-getdate1.c | 66 printf ("Daylight Savings flag: %d\n\n", res->tm_isdst); in process_getdate_on()
|
A D | tzfile.c | 747 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 D | tzset.c | 537 tm->tm_isdst = isdst; in __tz_compute() 598 tp->tm_isdst = 0; in weak_alias()
|
A D | getdate.c | 193 tp->tm_isdst = -1; in __getdate_r()
|
A D | tst-strftime3.c | 489 tm.tm_isdst = -1; in do_test()
|
A D | strftime_l.c | 1321 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 D | struct_tm.h | 17 int tm_isdst; /* DST. [-1/0/1]*/ member
|
Completed in 20 milliseconds