Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/
A Dtst-mktime2.c37 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 Dtime.c18 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 Dtst-posixtz.c48 tmp->tm_hour, tmp->tm_min, tmp->tm_sec, tmp->tm_isdst, in main()
49 tzname[tmp->tm_isdst ? 1 : 0]); in main()
A Dtst-timezone.c134 tmBuf.tm_wday, tmBuf.tm_yday, tmBuf.tm_isdst); in main()
157 tmBuf.tm_wday, tmBuf.tm_yday, tmBuf.tm_isdst); in main()
A Dtst-mktime.c20 time_str.tm_isdst = -1; in main()
A Dtst-mktime3.c47 CHECK (tm_isdst) in main()
A Dtest_time.c56 tbuf.tm_isdst = -1; in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c650 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 Dloslib.c239 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 Dtime.h142 int tm_isdst; /* DST. [-1/0/1]*/ member

Completed in 11 milliseconds