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

/ast/src/lib/libast/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.c168 *isdst = tp->tm_isdst;
/ast/src/lib/libast/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;
/ast/src/lib/libtksh/tcl/
H A DtclUnixTime.c170 if (timeDataPtr->tm_isdst) {
184 if (timeDataPtr->tm_isdst) {
H A DtclDate.c469 || (DSTmode == DSTmaybe && TclpGetDate(&Julian, 0)->tm_isdst))
/ast/src/lib/libast/include/
H A Dtm.h146 int tm_isdst; member in struct:Tm_s
/ast/src/cmd/dsslib/time_t/
H A Dtime_t.c467 r->value.number = state->tm.tm_isdst;
543 state->tm.tm_isdst = a->value.number;

Completed in 22 milliseconds