Home
last modified time | relevance | path

Searched refs:tm_isdst (Results 1 – 25 of 55) sorted by relevance

123

/titanic_41/usr/src/lib/libast/common/tm/
H A Dtmxtime.c90 tm->tm_isdst = 0; in tmxtime()
99 if (tm->tm_isdst = tl->tm_isdst) in tmxtime()
107 tm->tm_isdst = 0; in tmxtime()
108 else if (tm->tm_isdst < 0) in tmxtime()
112 tm->tm_isdst = 0; in tmxtime()
117 tm->tm_isdst = tl->tm_isdst; in tmxtime()
121 else if (tm->tm_isdst) in tmxtime()
122 tm->tm_isdst = 0; in tmxtime()
H A Dtmxmake.c107 tm->tm_isdst = 0; in tmxtm()
120 if ((tp = tmlocaltime(&now)) && ((tm->tm_isdst = tp->tm_isdst) || o)) in tmxtm()
122 tm->tm_min -= o / 60 + (tm->tm_isdst ? tm->tm_zone->dst : 0); in tmxtm()
H A Dtmxfmt.c504 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); in tmxfmt()
508 …cp = tmpoff(cp, ep - cp, "", (flags & TM_UTC) ? 0 : tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zon… in tmxfmt()
514 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); in tmxfmt()
517 …p = (flags & TM_UTC) ? tm_info.format[TM_UT] : tm->tm_isdst && tm->tm_zone->daylight ? tm->tm_zone… in tmxfmt()
H A Dtmfix.c58 …f (w = !tm->tm_sec && !tm->tm_min && !tm->tm_mday && !tm->tm_year && !tm->tm_yday && !tm->tm_isdst) in tmfix()
/titanic_41/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;
/titanic_41/usr/src/cmd/rtc/
H A Drtc.c184 current_lag = tm->tm_isdst ? altzone : timezone; in set_zone()
186 (void) printf("%s DST. Lag is %ld.\n", tm->tm_isdst ? "Is" : in set_zone()
187 "Is NOT", tm->tm_isdst ? altzone : timezone); in set_zone()
192 tm->tm_isdst ? altzone : timezone); in set_zone()
219 current_lag = tm->tm_isdst ? altzone : timezone; in correct_rtc_and_lag()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c1060 tmp->tm_isdst = ttisp->tt_isdst;
1062 tzname[tmp->tm_isdst] = (char *) &sp->chars[ttisp->tt_abbrind];
1179 tmp->tm_isdst = 0;
1305 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1318 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst)
1321 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst)
1328 if (mytm.tm_isdst != yourtm.tm_isdst)
1358 if (tmp->tm_isdst > 1)
1359 tmp->tm_isdst = 1;
1361 if (okay || tmp->tm_isdst < 0)
[all …]
/titanic_41/usr/src/cmd/zdump/
H A Dzdump.c132 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst);
305 newtm.tm_isdst != tm.tm_isdst ||
451 tm.tm_isdst == lotm.tm_isdst &&
515 (void) printf(" isdst=%d", tmp->tm_isdst);
533 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1)
535 result = tzname[tmp->tm_isdst];
/titanic_41/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);
/titanic_41/usr/src/cmd/cron/
H A Dcron.c1520 (tp)->tm_isdst = dst; \
1573 tmp.tm_isdst = (tm->tm_isdst > 0 ? 0 : 1); in tz_next_time()
1580 if (tm->tm_isdst != tmp.tm_isdst && in tz_next_time()
1583 zone_start = get_switching_time(tmp.tm_isdst, t); in tz_next_time()
1611 hr, min, tm->tm_isdst); in tz_next_time()
1616 if (daylight && tmp.tm_isdst != tmp1.tm_isdst) { in tz_next_time()
1631 tmp2.tm_isdst = tmp1.tm_isdst; in tz_next_time()
1635 if (tmp1.tm_isdst == tmp2.tm_isdst && in tz_next_time()
1651 if (tmp1.tm_isdst != tmp2.tm_isdst) { in tz_next_time()
1652 t = get_switching_time(tmp1.tm_isdst, in tz_next_time()
[all …]
/titanic_41/usr/src/lib/libc/port/locale/
H A Dstrftime.c401 if (t->tm_isdst >= 0) in _fmt()
402 pt = _add(tzname[t->tm_isdst != 0], in _fmt()
415 if (t->tm_isdst < 0) in _fmt()
436 if (t->tm_isdst == 0) in _fmt()
H A Dstrptime.c467 tm->tm_isdst = 0; in __strptime()
469 tm->tm_isdst = 1; in __strptime()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtime.h45 int tm_isdst; member
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dtime.h50 int tm_isdst; member
/titanic_41/usr/src/stand/lib/sa/
H A Dtime.h52 int tm_isdst; /* flag for alternate daylight savings time */ member
/titanic_41/usr/src/cmd/touch/
H A Dtouch.c342 if (tm.tm_isdst) in parse_datetime()
441 if (tm.tm_isdst) in parse_time()
484 if (tm.tm_isdst) in parse_timespec()
/titanic_41/usr/src/head/iso/
H A Dtime_iso.h95 int tm_isdst; member
/titanic_41/usr/src/cmd/backup/dump/
H A Dunctime.c93 dp->tm_isdst = -1;
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c124 tm.tm_isdst = cur_tm.tm_isdst; in logr_syslog_set_timestamp()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dlocaltime.c644 p_tm->tm_isdst = my_is_in_dst; in localtime_r()
739 t += (tmptr->tm_isdst > 0) ? altzone : timezone; in mktime1()
748 if (tmptr->tm_isdst < 0) { in mktime1()
758 _tm.tm_isdst = 1; in mktime1()
776 _tm.tm_isdst = 1; in mktime1()
792 _tm.tm_isdst = 1; in mktime1()
807 _tm.tm_isdst = 1; in mktime1()
1235 tmptr->tm_isdst = 0; in offtime_u()
/titanic_41/usr/src/lib/libast/common/include/
H A Dtm.h146 int tm_isdst; member
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h155 int tm_isdst; member

123