Home
last modified time | relevance | path

Searched refs:isdst (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c189 int isdst; in set_zone() local
201 isdst = get_local(zone_string); in set_zone()
202 current_lag = isdst ? altzone : timezone; in set_zone()
205 isdst = get_local(zone_string); in set_zone()
209 isdst = 0; in set_zone()
215 (void) printf("%s DST. Lag is %ld.\n", isdst ? "Is" : in set_zone()
229 int isdst; in correct_rtc_and_lag() local
238 isdst = get_local(zone_info); in correct_rtc_and_lag()
239 current_lag = isdst ? altzone : timezone; in correct_rtc_and_lag()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtminit.c130 tzwest(time_t* clock, int* isdst) in tzwest() argument
168 *isdst = tp->tm_isdst; in tzwest()
214 int isdst; in tmlocal() local
263 n = tzwest(&now, &isdst); in tmlocal()
273 if ((m = tzwest(&now, &isdst)) != n) in tmlocal()
275 if (!isdst) in tmlocal()
277 isdst = n; in tmlocal()
279 m = isdst; in tmlocal()
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c90 static int addtype(long gmtoff, const char *abbr, int isdst,
101 const char *letters, int isdst);
1613 doabbr(abbr, format, letters, isdst) in doabbr() argument
1617 const int isdst;
1624 } else if (isdst)
1850 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt) in addtype() argument
1853 const int isdst;
1859 if (isdst != TRUE && isdst != FALSE) {
1879 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
1898 isdsts[i] = isdst;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1957 int isdst; in adjust_posix_default() local
1983 isdst = 0; in adjust_posix_default()
2007 if (isdst != 0 && zone->tt_ttisstd == 0) in adjust_posix_default()
2016 isdst = next_isdst; in adjust_posix_default()
/illumos-gate/usr/src/data/zoneinfo/
H A Dafrica223 # > 23:59:59 2009 EET isdst=0 gmtoff=7200
226 # > 01:00:00 2009 EEST isdst=1 gmtoff=10800
229 # > 23:59:59 2009 EEST isdst=1 gmtoff=10800
232 # > 23:00:00 2009 EET isdst=0 gmtoff=7200