Searched refs:tm_isdst (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dmktime.c9 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone);
11 if (tm->tm_isdst >= 0 && new.tm_isdst != tm->tm_isdst)
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone);
H A Dgmtime_r.c10 tm->tm_isdst = 0;
H A Dtimegm.c13 tm->tm_isdst = 0;
H A Dlocaltime_r.c17 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone);
H A Dstrftime.c185 if (tm->tm_isdst < 0) {
193 if (tm->tm_isdst < 0) {
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dtime.h38 int tm_isdst; member in struct:tm

Completed in 29 milliseconds