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

12

/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxtime.c90 tm->tm_isdst = 0;
99 if (tm->tm_isdst = tl->tm_isdst)
107 tm->tm_isdst = 0;
108 else if (tm->tm_isdst < 0)
112 tm->tm_isdst = 0;
117 tm->tm_isdst = tl->tm_isdst;
121 else if (tm->tm_isdst)
122 tm->tm_isdst
[all...]
H A Dtmxmake.c107 tm->tm_isdst = 0;
120 if ((tp = tmlocaltime(&now)) && ((tm->tm_isdst = tp->tm_isdst) || o))
122 tm->tm_min -= o / 60 + (tm->tm_isdst ? tm->tm_zone->dst : 0);
H A Dtmfix.c39 * tm_isdst is not changed -- call tmxtm() to get that
58 if (w = !tm->tm_sec && !tm->tm_min && !tm->tm_mday && !tm->tm_year && !tm->tm_yday && !tm->tm_isdst)
169 * tm_isdst is adjusted by tmtime()
H A Dtmxfmt.c588 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
592 cp = tmpoff(cp, ep - cp, "", (flags & TM_UTC) ? 0 : tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0), pad == '_' ? -24 * 60 : 24 * 60);
598 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
601 p = (flags & TM_UTC) ? tm_info.format[TM_UT] : tm->tm_isdst && tm->tm_zone->daylight ? tm->tm_zone->daylight : tm->tm_zone->standard;
H A Dtminit.c167 *isdst = tp->tm_isdst;
/osnet-11/usr/src/lib/libast/common/comp/
H A Dmktime.c63 tm.tm_isdst = ts->tm_isdst;
73 ts->tm_isdst = tm.tm_isdst;
H A Dstrptime.c64 tm.tm_isdst = ts->tm_isdst;
78 ts->tm_isdst = tm.tm_isdst;
H A Dgetdate.c79 ts.tm_isdst = tm->tm_isdst;
H A Dstrftime.c96 tl.tm_isdst = tm->tm_isdst;
/osnet-11/usr/src/cmd/sendmail/src/
H A Darpadate.c162 if (lt->tm_isdst > 0)
164 else if (lt->tm_isdst == 0)
174 tz = timezone(off, lt->tm_isdst);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm15 $tm_isdst
28 $tm_isdst )
H A Dlocaltime.pm15 $tm_isdst
28 $tm_isdst )
/osnet-11/usr/src/lib/libast/common/include/
H A Dtm.h146 int tm_isdst; member in struct:Tm_s
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_log.c123 tm.tm_isdst = cur_tm.tm_isdst;
H A Dsrvsvc_svc.c1879 gmtoff = (tm.tm_isdst) ? altzone : timezone;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h155 int tm_isdst; member in struct:Tm_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dtm.h155 int tm_isdst; member in struct:Tm_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h155 int tm_isdst; member in struct:Tm_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h155 int tm_isdst; member in struct:Tm_s
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_decode.c264 ts.tm_isdst = -1;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c162 char tt_isdst; /* used to set tm_isdst */
636 p_tm->tm_isdst = my_is_in_dst;
744 /* Attempt to convert time to GMT based on tm_isdst setting */
745 t += (tmptr->tm_isdst > 0) ? altzone : timezone;
754 if (tmptr->tm_isdst < 0) {
763 _tm.tm_isdst = 1;
778 _tm.tm_isdst = 1;
787 _tm.tm_isdst = 1;
801 _tm.tm_isdst = 1;
1272 * tm_yday. tm_wday. (tm_isdst i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs293 if (rsltmp->tm_isdst) loc -= 3600;
302 if (rsltmp->tm_isdst) utc += 3600;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1708 mytm.tm_isdst = isdst;
1762 mytm.tm_isdst = isdst;
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1311 attributes->build_date.tm_isdst = -1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c3712 mytm.tm_isdst = isdst;

Completed in 75 milliseconds

12