/titanic_41/usr/src/lib/libast/common/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 | 504 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 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()
|
/titanic_41/usr/src/lib/libast/common/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;
|
/titanic_41/usr/src/cmd/rtc/ |
H A D | rtc.c | 184 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 D | localtime.c | 1060 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 D | zdump.c | 132 (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 D | arpadate.c | 162 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 D | cron.c | 1520 (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 D | strftime.c | 401 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 D | strptime.c | 467 tm->tm_isdst = 0; in __strptime() 469 tm->tm_isdst = 1; in __strptime()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | time.h | 45 int tm_isdst; member
|
/titanic_41/usr/src/lib/libbc/inc/5include/ |
H A D | time.h | 50 int tm_isdst; member
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | time.h | 52 int tm_isdst; /* flag for alternate daylight savings time */ member
|
/titanic_41/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()
|
/titanic_41/usr/src/head/iso/ |
H A D | time_iso.h | 95 int tm_isdst; member
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | unctime.c | 93 dp->tm_isdst = -1;
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | tm.h | 146 int tm_isdst; member
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | tm.h | 155 int tm_isdst; member
|