Searched refs:tzoffset_adj (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.c585 long tzoffset_adj; /* timezone-adjustment `remainder' */ local
611 if ((tzoffset_adj = localt - univt - statism.ttis[timetype].tt_gmtoff)
614 univt += tzoffset_adj;
638 long tzoffset_adj; /* timezone-adjustment `remainder' */ local
661 (tzoffset_adj = loctime - mkgmtime(ltm)) == 0L)
663 then += tzoffset_adj;
666 if (ltm == (struct tm *)NULL || tzoffset_adj != 0L) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c587 long tzoffset_adj; /* timezone-adjustment `remainder' */ local
613 if ((tzoffset_adj = localt - univt - statism.ttis[timetype].tt_gmtoff)
616 univt += tzoffset_adj;
640 long tzoffset_adj; /* timezone-adjustment `remainder' */ local
663 (tzoffset_adj = loctime - mkgmtime(ltm)) == 0L)
665 then += tzoffset_adj;
668 if (ltm == (struct tm *)NULL || tzoffset_adj != 0L) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c3501 long tzoffset_adj; /* timezone-adjustment `remainder' */
3530 tzoffset_adj = (ltm != NULL) ? (loctime - mkgmtime(ltm)) : 0L;
3531 if (tzoffset_adj == 0L)
3533 then += tzoffset_adj;

Completed in 182 milliseconds