Home
last modified time | relevance | path

Searched refs:tz (Results 1 – 25 of 39) sorted by last modified time

12

/illumos-gate/usr/src/test/util-tests/tests/date/
H A Ddate_test.ksh41 typeset tz=$3
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica8 # tz@iana.org for general use in the future). For more, please see
9 # the file CONTRIBUTING in the tz distribution.
278 # confirms what Alex Krivenyshev has earlier sent to the tz
H A Dnorthamerica10 # tz@iana.org for general use in the future). For more, please see
11 # the file CONTRIBUTING in the tz distribution.
1156 # hence a separate tz entry is not needed.
2100 # https://mm.icann.org/pipermail/tz/attachments/20201125/d5adc93b/CAYTOIC1980-02DST1980-01-04-000…
2372 # tz database. I think they can best be explained by supposing that
H A Deurope8 # tz@iana.org for general use in the future). For more, please see
9 # the file CONTRIBUTING in the tz distribution.
45 # Savile Row, London." Nowadays please email them to tz@iana.org.
49 # https://mm.icann.org/pipermail/tz/2014-August/021320.html
511 # https://mm.icann.org/pipermail/tz/2018-January/025825.html
513 # https://mm.icann.org/pipermail/tz/2018-January/025822.html
599 # in the C-Eur rule from tz database version 2008d (this part was
601 # tz database itself, as seen below:
1465 # [See tz-link.html for the URL.]
H A Daustralasia941 # tz@iana.org for general use in the future). For more, please see
942 # the file CONTRIBUTING in the tz distribution.
1063 # For the tz database, the full English phrase is not that important;
1667 # as does Carol Squires; see tz-link.html for the full references.
1712 # to Japanese rule was right before 1970, ... per the current tz database
1967 # Currently, the tz database say Nauru use LMT until 1921, and then
H A Detcetera6 # These entries are for uses not otherwise covered by the tz database.
H A Dasia8 # tz@iana.org for general use in the future). For more, please see
9 # the file CONTRIBUTING in the tz distribution.
1884 # https://mm.icann.org/pipermail/tz/2018-November/027194.html
1963 # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/YYYY.ps.gz
1983 # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-start.ps.gz
1988 # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2000-2004.ps.gz
2010 # ftp://ftp.cs.huji.ac.il/pub/tz/announcements/2005+beyond.ps
2026 # ftp://ftp.cs.huji.ac.il/pub/tz/israel/announcements/2013+law.pdf
2595 # https://mm.icann.org/pipermail/tz/2014-October/021830.html
2877 # +08:00 instead. Different sources appear to disagree with the tz
[all …]
H A Dafrica8 # tz@iana.org for general use in the future). For more, please see
9 # the file CONTRIBUTING in the tz distribution.
458 # https://mm.icann.org/pipermail/tz/2012-November/018451.html
1326 # https://mm.icann.org/pipermail/tz/2017-October/025333.html
H A Dzone_sun.tab1 # tz zone descriptions (deprecated version)
H A Dantarctica223 # The CET-switching Troll rules require zic from tz 2014b or later, so as
/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c610 { Int32 tz; \
611 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
612 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \
613 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }
/illumos-gate/usr/src/cmd/troff/troff.d/tmac.d/
H A DMakefile39 tbl.me thesis.me tz.map v vgrind
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c738 gettimeofday(struct timeval *tv, void *tz) in gettimeofday() argument
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_sr_hw.h190 uint16_t tz : 2; member
196 uint16_t tz : 2;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_peu_hw.h2748 uint32_t tz:2; member
2760 uint32_t tz:2;
4759 uint32_t tz:2; member
4771 uint32_t tz:2;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dftime.c53 struct timezone tz; in ftime() local
55 if (gettimeofday(&t, &tz) < 0) in ftime()
59 tp->timezone = (short)tz.tz_minuteswest; in ftime()
60 tp->dstflag = (short)tz.tz_dsttime; in ftime()
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c58 struct timezone tz; in main() local
69 (void) gettimeofday(&before, &tz); in main()
96 (void) gettimeofday(&after, &tz); in main()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddate.c67 int tz; /* Timezone offset in minutes */ member
149 p->tz = 0; in parseTimezone()
162 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
206 p->validTZ = p->tz!=0; in parseHhMmSs()
243 p->rJD += p->tz*60/86400.0; in computeJD()
414 x.tz = 0; in localtimeOffset()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.h113 sip_str_t tz; member
216 #define date_tz hdr_value.date.tz
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c127 struct timezone tz; in in_cache() local
142 (void) gettimeofday(&now, &tz); in in_cache()
184 struct timezone tz; in __yp_match_cflookup() local
273 (void) gettimeofday(&now, &tz); in __yp_match_cflookup()
368 struct timezone tz; in __yp_match_rsvdport_cflookup() local
468 (void) gettimeofday(&now, &tz); in __yp_match_rsvdport_cflookup()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.c25 gettimeofday(struct timeval *tv, void *tz __unused) in gettimeofday()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Darpadate.c66 char *tz; variable
149 tz = NULL;
151 tz = lt->tm_name;
154 tz = lt->tm_zone;
161 tz = tzname[1];
163 tz = tzname[0];
165 tz = NULL;
172 tz = timezone(off, lt->tm_isdst);
191 if (tz != NULL && *tz != '\0')
195 while (*tz != '\0' && q < &b[sizeof(b) - 3])
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dtext-doctools.p5m296 file path=usr/share/lib/tmac/tz.map
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2317 char *tz = NULL; in get_default_tz() local
2345 return (tz); in get_default_tz()
2439 char *tz; in getsystemTZ() local
2441 tz = getenv("TZ"); in getsystemTZ()
2442 if (tz != NULL && *tz != '\0') in getsystemTZ()
2443 return ((const char *)tz); in getsystemTZ()
2452 tz = get_default_tz(); in getsystemTZ()
2455 if (tz == NULL) { in getsystemTZ()
2469 if (strcmp(tz, tzn->name) == 0) in getsystemTZ()
2475 (void) strcpy(tzn->name, tz); in getsystemTZ()
[all …]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c456 CHR *temp, *tz; in nextstate() local
476 tz = temp + tptr; in nextstate()
477 while (temp < tz) { in nextstate()

12