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

/haiku/src/system/libroot/posix/musl/time/
H A Dtime_impl_haiku.h7 if (tm->tm_isdst >= 0)
8 return tzname[tm->tm_isdst != 0];
H A Dstrftime.c176 if (tm->tm_isdst < 0) {
184 if (tm->tm_isdst < 0) {
/haiku/src/system/libroot/posix/time/
H A Dlocaltime_fallback.c32 tm->tm_isdst = 0;
46 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone);
48 if (tm->tm_isdst>=0 && new.tm_isdst!=tm->tm_isdst)
54 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone);
77 tm->tm_isdst = 0;
/haiku/src/bin/
H A Ddstcheck.cpp138 dst = tm.tm_isdst;
141 if (dst != tm.tm_isdst || argc > 1) {
158 char dst_byte = tm.tm_isdst ? '1' : '0';
/haiku/src/tests/system/libroot/posix/
H A Dtst-mktime.c20 time_str.tm_isdst = -1;
H A Dtest_time.c57 tbuf.tm_isdst = -1;
H A Dlocale_test.cpp1818 if (now.tm_isdst != expected.tm_isdst) {
1819 printf("\tPROBLEM: localtime().tm_isdst = %d (expected %d)\n",
1820 now.tm_isdst, expected.tm_isdst);
1893 if (now.tm_isdst != expected.tm_isdst) {
1894 printf("\tPROBLEM: localtime().tm_isdst = %d (expected %d)\n",
1895 now.tm_isdst, expected.tm_isdst);
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_time.h47 int tm_isdst; /* daylight savings time (0 == no, >0 == yes, <0 == has to be calculated */ member in struct:fssh_tm
/haiku/src/bin/unzip/
H A Dtimezone.c549 _tmbuf.tm_isdst = 0;
575 ret->tm_isdst = statism.ttis[timetype].tt_isdst;
626 If `tm->tm_isdst < 0' was passed to mktime(), the correct setting of
627 tm_isdst is determined and returned. Otherwise, mktime() assumes this
642 save_isdst = tm->tm_isdst;
645 tm->tm_isdst = save_isdst;
668 tm->tm_isdst = save_isdst;
673 if (ltm->tm_isdst && !save_isdst)
680 else if (!ltm->tm_isdst && save_isdst)
687 ltm->tm_isdst
[all...]
H A Dfileio.c1635 tm->tm_isdst = -1; /* let mktime determine if DST is in effect */
1762 #ifndef BSD4_4 /* (DST already added to tm_gmtoff, so skip tm_isdst) */
1769 if (((tm = localtime((time_t *)&m_time)) != NULL) && tm->tm_isdst)
/haiku/headers/posix/
H A Dtime.h65 int tm_isdst; /* daylight savings time (0 == no, >0 == yes, <0 == has to be calculated */ member in struct:tm
/haiku/src/kits/network/libnetservices/
H A DHttpTime.cpp162 expirationTm.tm_isdst = 0;
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp242 tmOut->tm_isdst = calendar.inDaylightTime(icuStatus);
249 tmOut->tm_zone = fDataBridge->addrOfTZName[tmOut->tm_isdst ? 1 : 0];
/haiku/src/kits/network/libnetservices2/
H A DHttpTime.cpp166 expirationTm.tm_isdst = 0;
/haiku/src/kits/support/
H A DDateTime.cpp1415 tm_struct.tm_isdst = -1;

Completed in 80 milliseconds