Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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.c588 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); in tmxfmt()
592 …cp = tmpoff(cp, ep - cp, "", (flags & TM_UTC) ? 0 : tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zon… in tmxfmt()
598 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); in tmxfmt()
601 …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()
/illumos-gate/usr/src/contrib/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;
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c136 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst);
310 newtm.tm_isdst != tm.tm_isdst ||
456 tm.tm_isdst == lotm.tm_isdst &&
520 (void) printf(" isdst=%d", tmp->tm_isdst);
538 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1)
540 result = tzname[tmp->tm_isdst];
/illumos-gate/usr/src/cmd/sendmail/src/
H A Darpadate.c160 if (lt->tm_isdst > 0)
162 else if (lt->tm_isdst == 0)
172 tz = timezone(off, lt->tm_isdst);
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1485 (tp)->tm_isdst = dst; \
1538 tmp.tm_isdst = (tm->tm_isdst > 0 ? 0 : 1); in tz_next_time()
1545 if (tm->tm_isdst != tmp.tm_isdst && in tz_next_time()
1576 hr, min, tm->tm_isdst); in tz_next_time()
1581 if (daylight && tmp.tm_isdst != tmp1.tm_isdst) { in tz_next_time()
1596 tmp2.tm_isdst = tmp1.tm_isdst; in tz_next_time()
1600 if (tmp1.tm_isdst == tmp2.tm_isdst && in tz_next_time()
1616 if (tmp1.tm_isdst != tmp2.tm_isdst) { in tz_next_time()
1648 if ((tm->tm_isdst == 0) && (tmp.tm_isdst > 0)) in tz_next_time()
1759 int dst = tmp2.tm_isdst; in tz_next_time()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_misc.c56 int tm_isdst; member
298 tm->tm_isdst = 0; in smb_timegm()
/illumos-gate/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()
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.h52 int tm_isdst; /* flag for alternate daylight savings time */ member
H A Dtime.c138 tmp->tm_isdst = 0; in gmtime()
/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h89 int tm_isdst; member
/illumos-gate/usr/src/cmd/backup/dump/
H A Dunctime.c91 dp->tm_isdst = -1;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c124 tm.tm_isdst = cur_tm.tm_isdst; in logr_syslog_set_timestamp()
/illumos-gate/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()
/illumos-gate/usr/src/boot/include/
H A Dtime.h134 int tm_isdst; /* Daylight Savings Time flag */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h146 int tm_isdst; member
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c89 tmp->tm_isdst = 0; in localtime()
/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c183 return (tm->tm_isdst); in get_local()

12