Searched refs:isdst (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libast/common/tm/ |
H A D | tminit.c | 129 tzwest(time_t* clock, int* isdst) in tzwest() argument 167 *isdst = tp->tm_isdst; in tzwest() 213 int isdst; in tmlocal() local 262 n = tzwest(&now, &isdst); in tmlocal() 272 if ((m = tzwest(&now, &isdst)) != n) in tmlocal() 274 if (!isdst) in tmlocal() 276 isdst = n; in tmlocal() 278 m = isdst; in tmlocal()
|
/titanic_41/usr/src/cmd/zic/ |
H A D | zic.c | 90 static int addtype(long gmtoff, const char *abbr, int isdst, 101 const char *letters, int isdst); 1611 doabbr(abbr, format, letters, isdst) in doabbr() argument 1615 const int isdst; 1622 } else if (isdst) 1848 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt) in addtype() argument 1851 const int isdst; 1857 if (isdst != TRUE && isdst != FALSE) { 1877 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] && 1896 isdsts[i] = isdst;
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | localtime.c | 843 int isdst; local 906 isdst = FALSE; /* we start in standard time */ 920 (isdst && !ttisp->tt_ttisstd) ? 922 isdst = ttisp->tt_isdst;
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 1957 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()
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | africa | 244 # > 23:59:59 2009 EET isdst=0 gmtoff=7200 247 # > 01:00:00 2009 EEST isdst=1 gmtoff=10800 250 # > 23:59:59 2009 EEST isdst=1 gmtoff=10800 253 # > 23:00:00 2009 EET isdst=0 gmtoff=7200
|