Searched refs:save_isdst (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.c640 int save_isdst; /* Copy of the tm->isdst input value */ local
642 save_isdst = tm->tm_isdst;
645 tm->tm_isdst = save_isdst;
668 tm->tm_isdst = save_isdst;
672 if (save_isdst >= 0) {
673 if (ltm->tm_isdst && !save_isdst)
680 else if (!ltm->tm_isdst && save_isdst)
687 ltm->tm_isdst = save_isdst;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c642 int save_isdst; /* Copy of the tm->isdst input value */ local
644 save_isdst = tm->tm_isdst;
647 tm->tm_isdst = save_isdst;
670 tm->tm_isdst = save_isdst;
674 if (save_isdst >= 0) {
675 if (ltm->tm_isdst && !save_isdst)
682 else if (!ltm->tm_isdst && save_isdst)
689 ltm->tm_isdst = save_isdst;

Completed in 119 milliseconds