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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/custom/
H A Dstruct_tm.h72 int tm_isdst; // is summer time in effect? member in struct:tm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/custom/
H A Dstruct_tm.h72 int tm_isdst; // is summer time in effect? member in struct:tm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dtime.h23 int tm_isdst; /* daylight savings time flag */ member in struct:tm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_getutc.c30 local_tm.tm_isdst = -1;
40 utc_tm.tm_isdst = -1;
H A Du_unmdtm.c57 ut.tm_isdst = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-efi.c75 eft->daylight = wtime->tm_isdst ? EFI_ISDST : 0;
99 wtime->tm_isdst = 1;
102 wtime->tm_isdst = 0;
105 wtime->tm_isdst = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Drtc.h55 int tm_isdst; member in struct:rtc_time
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link++/
H A Dxmas.cpp82 tm.tm_isdst = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mashup++/
H A Dmashupserver.cpp75 tm.tm_isdst = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link++/
H A Dxmas.cpp82 tm.tm_isdst = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup++/
H A Dmashupserver.cpp75 tm.tm_isdst = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dhwclock.c24 int tm_isdst; member in struct:linux_rtc_time
63 tm.tm_isdst = -1; /* not known */
90 tm.tm_isdst = 0;
110 //printf("%s %.6f seconds %s\n", cp, 0.0, utc ? "" : (ptm->tm_isdst ? tzname[1] : tzname[0]));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dlocaltime.c69 DB_GLOBAL(ltm).tm_isdst = is_ds; /* daylight savings time */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link/
H A Dxmas.c97 tm.tm_isdst = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link/
H A Dxmas.c97 tm.tm_isdst = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c551 _tmbuf.tm_isdst = 0;
577 ret->tm_isdst = statism.ttis[timetype].tt_isdst;
628 If `tm->tm_isdst < 0' was passed to mktime(), the correct setting of
629 tm_isdst is determined and returned. Otherwise, mktime() assumes this
644 save_isdst = tm->tm_isdst;
647 tm->tm_isdst = save_isdst;
670 tm->tm_isdst = save_isdst;
675 if (ltm->tm_isdst && !save_isdst)
682 else if (!ltm->tm_isdst && save_isdst)
689 ltm->tm_isdst
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/test/
H A Dstrptime.c84 CMP_TM_ELEMENT(t,t2,tm_isdst);
151 if (t.tm_isdst != 0) {
153 "tm_isdst: expected: 0, got: %d\n"
155 t.tm_isdst);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Defirtc.c113 eft->daylight = wtime->tm_isdst ? EFI_ISDST: 0;
137 wtime->tm_isdst = 1;
140 wtime->tm_isdst = 0;
143 wtime->tm_isdst = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Drtc.h91 int tm_isdst; member in struct:rtc_time
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mashup/
H A Dmashupserver.c75 tm.tm_isdst = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup/
H A Dmashupserver.c75 tm.tm_isdst = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtime.cpp461 if (t->tm_isdst >= 0)
462 pt = _add(tzname[t->tm_isdst != 0],
617 res->tm_isdst = 1;
619 res->tm_isdst = 0; // without daylight saving or gmtime
655 t.tm_isdst = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h40 int tm_isdst; /* daylight savings time flag */ member in struct:tm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Do_time.c210 result->tm_isdst = 0; /* There's no way to know... */

Completed in 295 milliseconds

1234