Searched refs:tm_isdst (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | tst-mktime2.c | 37 tm.tm_isdst = -1; in spring_forward_gap() 69 tm.tm_isdst = -1; in irix_6_4_bug() 81 tm.tm_isdst = -1; in bigtime_test() 95 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) in bigtime_test() 96 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) in bigtime_test()
|
A D | time.c | 18 tm1.tm_isdst!= tm2.tm_isdst; in tm_cmp() 30 tm.tm_wday, tm.tm_yday, tm.tm_isdst); in tm_str() 37 .tm_wday = wd, .tm_yday = yd, .tm_isdst = dst }
|
A D | tst-posixtz.c | 48 tmp->tm_hour, tmp->tm_min, tmp->tm_sec, tmp->tm_isdst, in main() 49 tzname[tmp->tm_isdst ? 1 : 0]); in main()
|
A D | tst-timezone.c | 134 tmBuf.tm_wday, tmBuf.tm_yday, tmBuf.tm_isdst); in main() 157 tmBuf.tm_wday, tmBuf.tm_yday, tmBuf.tm_isdst); in main()
|
A D | tst-mktime.c | 20 time_str.tm_isdst = -1; in main()
|
A D | tst-mktime3.c | 47 CHECK (tm_isdst) in main()
|
A D | test_time.c | 56 tbuf.tm_isdst = -1; in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | time.c | 650 static int tm_isdst(register const struct tm *__restrict ptm, in tm_isdst() function 744 result->tm_isdst = dst; in __time_localtime_tzi() 755 && ((result->tm_isdst = tm_isdst(result, tzi)) != 0)); in __time_localtime_tzi() 1116 if (timeptr->tm_isdst < 0) { in __XL_NPP() 1141 if (timeptr->tm_isdst > 0) { in __XL_NPP() 2417 d = ((struct tm *)p)->tm_isdst; in _time_mktime_tzi() 2426 if ((d < 0) && (((struct tm *)p)->tm_isdst != default_dst)) { in _time_mktime_tzi()
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | loslib.c | 239 setboolfield(L, "isdst", stm->tm_isdst); in setallfields() 360 ts.tm_isdst = getboolfield(L, "isdst"); in os_time()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | time.h | 142 int tm_isdst; /* DST. [-1/0/1]*/ member
|
Completed in 11 milliseconds