/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxtime.c | 90 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 D | tmxmake.c | 107 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 D | tmxfmt.c | 588 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 D | tmfix.c | 58 …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 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;
|
/illumos-gate/usr/src/cmd/zdump/ |
H A D | zdump.c | 136 (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 D | arpadate.c | 160 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 D | cron.c | 1485 (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() 1548 zone_start = get_switching_time(tmp.tm_isdst, t); 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() 1617 t = get_switching_time(tmp1.tm_isdst, in tz_next_time() [all …]
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 423 if (t->tm_isdst >= 0) in _fmt() 424 pt = _add(tzname[t->tm_isdst != 0], in _fmt() 437 if (t->tm_isdst < 0) in _fmt() 458 if (t->tm_isdst == 0) in _fmt()
|
H A D | strptime.c | 467 tm->tm_isdst = 0; in __strptime() 469 tm->tm_isdst = 1; in __strptime()
|
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/ |
H A D | test_misc.c | 56 int tm_isdst; member 298 tm->tm_isdst = 0; in smb_timegm()
|
/illumos-gate/usr/src/cmd/touch/ |
H A D | touch.c | 342 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 D | time.h | 52 int tm_isdst; /* flag for alternate daylight savings time */ member
|
H A D | time.c | 138 tmp->tm_isdst = 0; in gmtime()
|
/illumos-gate/usr/src/head/iso/ |
H A D | time_iso.h | 89 int tm_isdst; member
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | unctime.c | 91 dp->tm_isdst = -1;
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | eventlog_log.c | 124 tm.tm_isdst = cur_tm.tm_isdst; in logr_syslog_set_timestamp()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 644 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 D | time.h | 134 int tm_isdst; /* Daylight Savings Time flag */ member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | tm.h | 146 int tm_isdst; member
|
/illumos-gate/usr/src/cmd/mdb/common/libstand/ |
H A D | ctime.c | 89 tmp->tm_isdst = 0; in localtime()
|
/illumos-gate/usr/src/cmd/rtc/ |
H A D | rtc.c | 183 return (tm->tm_isdst); in get_local()
|