Searched refs:tm_isdst (Results 1 - 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxtime.c90 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 Dtmxmake.c107 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 Dtmxfmt.c504 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
508 cp = tmpoff(cp, ep - cp, "", (flags & TM_UTC) ? 0 : tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0), 24 * 60);
514 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
517 p = (flags & TM_UTC) ? tm_info.format[TM_UT] : tm->tm_isdst && tm->tm_zone->daylight ? tm->tm_zone->daylight : tm->tm_zone->standard;
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtime.h45 int tm_isdst; member in struct:tm
/illumos-gate/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;
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.h52 int tm_isdst; /* flag for alternate daylight savings time */ member in struct:tm
H A Dtime.c138 tmp->tm_isdst = 0;
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dtime.h50 int tm_isdst; member in struct:tm
/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c184 current_lag = tm->tm_isdst ? altzone : timezone;
186 (void) printf("%s DST. Lag is %ld.\n", tm->tm_isdst ? "Is" :
187 "Is NOT", tm->tm_isdst ? altzone : timezone);
192 tm->tm_isdst ? altzone : timezone);
219 current_lag = tm->tm_isdst ? altzone : timezone;
/illumos-gate/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);
/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h89 int tm_isdst; member in struct:std::tm
/illumos-gate/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];
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c104 int tt_isdst; /* used to set tm_isdst */
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 !
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Dunctime.c93 dp->tm_isdst = -1;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c401 if (t->tm_isdst >= 0)
402 pt = _add(tzname[t->tm_isdst != 0],
415 if (t->tm_isdst < 0)
420 * tm_isdst. This requirement is
436 if (t->tm_isdst == 0)
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c342 if (tm.tm_isdst)
441 if (tm.tm_isdst)
484 if (tm.tm_isdst)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dtm.h146 int tm_isdst; member in struct:Tm_s
/illumos-gate/usr/src/boot/include/
H A Dtime.h134 int tm_isdst; /* Daylight Savings Time flag */ member in struct:tm
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c124 tm.tm_isdst = cur_tm.tm_isdst;
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1520 (tp)->tm_isdst = dst; \
1573 tmp.tm_isdst = (tm->tm_isdst > 0 ? 0 : 1);
1580 if (tm->tm_isdst != tmp.tm_isdst &&
1583 zone_start = get_switching_time(tmp.tm_isdst, t);
1611 hr, min, tm->tm_isdst);
1616 if (daylight && tmp.tm_isdst != tmp1.tm_isdst) {
1631 tmp2.tm_isdst
[all...]
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c89 tmp->tm_isdst = 0;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h155 int tm_isdst; member in struct:Tm_s

Completed in 106 milliseconds

123