Searched refs:tm_isdst (Results 1 - 13 of 13) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmxtime.c | 90 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 D | tmxmake.c | 107 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 D | tmfix.c | 39 * 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 D | tmxfmt.c | 588 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 D | tminit.c | 168 *isdst = tp->tm_isdst;
|
/ast/src/lib/libast/comp/ |
H A D | mktime.c | 63 tm.tm_isdst = ts->tm_isdst; 73 ts->tm_isdst = tm.tm_isdst;
|
H A D | strptime.c | 64 tm.tm_isdst = ts->tm_isdst; 78 ts->tm_isdst = tm.tm_isdst;
|
H A D | getdate.c | 79 ts.tm_isdst = tm->tm_isdst;
|
H A D | strftime.c | 96 tl.tm_isdst = tm->tm_isdst;
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclUnixTime.c | 170 if (timeDataPtr->tm_isdst) { 184 if (timeDataPtr->tm_isdst) {
|
H A D | tclDate.c | 469 || (DSTmode == DSTmaybe && TclpGetDate(&Julian, 0)->tm_isdst))
|
/ast/src/lib/libast/include/ |
H A D | tm.h | 146 int tm_isdst; member in struct:Tm_s
|
/ast/src/cmd/dsslib/time_t/ |
H A D | time_t.c | 467 r->value.number = state->tm.tm_isdst; 543 state->tm.tm_isdst = a->value.number;
|
Completed in 22 milliseconds