Home
last modified time | relevance | path

Searched refs:tz (Results 1 – 25 of 152) sorted by relevance

1234567

/netbsd-src/lib/libc/time/
H A Dchecktab.awk112 tz = $3
120 tztab[tz] = 1
121 tz2comments[tz] = comments
122 tz2NR[tz] = zone_NR
125 cctz = cc tz
145 tz = substr (cctz, 3)
147 comments_needed[tz] = cc
152 tz = substr (cctz, 3)
153 if (!comments_needed[tz] && tz2comments[tz]) {
155 zone_table, tz2NR[tz], tz2comments[tz] \
[all …]
H A Dzdump.c230 mktime_z(timezone_t tz, struct tm *tmp) in localtime_r()
344 my_localtime_rz(timezone_t tz, const time_t *tp, struct tm *tmp)
346 tmp = localtime_rz(tz, tp, tmp);
352 t = mktime_z(tz, &tm);
586 timezone_t tz = tzalloc(strcmp(argv[i], "-") == 0
593 if (!tz) {
597 show(tz, argv[i], now, false);
598 tzfree(tz);
604 show(tz, argv[i], t, true);
605 if (my_localtime_rz(tz,
245 mktime_z(timezone_t tz,struct tm * tmp) mktime_z() argument
359 my_localtime_rz(timezone_t tz,const time_t * tp,struct tm * tmp) global() argument
595 timezone_t tz = tzalloc(argv[i]); global() local
731 hunt(timezone_t tz,time_t lot,time_t hit,bool only_ok) global() argument
843 show(timezone_t tz,char * zone,time_t t,bool v) global() argument
888 showextrema(timezone_t tz,char * zone,time_t lo,struct tm * lotmp,time_t hi) global() argument
[all...]
H A DCONTRIBUTING1 # Contributing to the tz code and data
12 to <tz@iana.org> for use in the future. In your email, please give
23 "Theory and pragmatics of the tz code and data"
26 <https://lists.iana.org/hyperkitty/list/tz@iana.org/>
44 git clone https://github.com/eggert/tz.git
45 cd tz
68 make TOPDIR=$PWD/tz clean check install
87 * After reviewing the patch files, send the patches to <tz@iana.org>
94 <https://mm.icann.org/pipermail/tz/2018-February/026122.html>.
H A DREADME1 README for the tz distribution
7 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
13 See <https://www.iana.org/time-zones/repository/tz-link.html> or the
14 file tz-link.html for how to acquire the code and data.
26 See the file tz-how-to.html for examples of how to read the data files.
H A DTheory1 Theory and pragmatics of the tz code and data
6 Scope of the tz database
9 Accuracy of the tz database
16 ----- Scope of the tz database -----
18 The tz database attempts to record the history and predicted future of
37 As described below, reference source code for using the tz database is
38 also available. The tz code is upwards compatible with POSIX, an
54 program in the tz code. The Unicode Common Locale Data Repository
207 of standard time; see "Scope of the tz database".
226 They are problematic as they mean tz data entries invent
[all …]
/netbsd-src/external/public-domain/tz/dist/
H A Dchecktab.awk63 tz = $3
79 tz0 = tz
80 tztab[tz] = 1
81 tz2NR[tz] = zone_NR
131 tz = rules = ""
133 tz = $2
143 if (src != dst) tz = $3
151 if (tz && tz ~ /\// && tz !~ /^Etc\//) {
152 if (!tztab[tz] && FILENAME != "backward" \
154 printf "%s: no data for '%s'\n", zone_table, tz \
[all …]
H A Dchecklinks.awk47 for (tz in used) {
48 if (defined[tz] != Zone) {
49 if (!defined[tz]) {
50 printf "%s: Link to nowhere\n", tz
53 printf "%s: Link to link\n", tz
58 for (tz in shortcut) {
59 if (defined[shortcut[tz]] != defined[tz]) {
60 target = (!defined[tz] ? "absence" \
61 : defined[tz] == "\n" ? "zone" \
62 : defined[tz])
[all …]
H A DCONTRIBUTING1 # Contributing to the tz code and data
12 to <tz@iana.org> for use in the future. In your email, please give
23 "Theory and pragmatics of the tz code and data"
26 <https://lists.iana.org/hyperkitty/list/tz@iana.org/>
44 git clone https://github.com/eggert/tz.git
45 cd tz
68 make TOPDIR=$PWD/tz clean check install
87 * After reviewing the patch files, send the patches to <tz@iana.org>
94 <https://mm.icann.org/pipermail/tz/2018-February/026122.html>.
H A DREADME1 # Global Time Zone Database (global-tz)
4 It is derived from data in the [IANA Time Zone Database](https://github.com/eggert/tz).
10 https://github.com/JodaOrg/global-tz
16 README for the tz distribution
22 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
28 See <https://www.iana.org/time-zones/repository/tz-link.html> or the
29 file tz-link.html for how to acquire the code and data.
41 See the file tz-how-to.html for examples of how to read the data files.
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-gcdext_1.c50 mpz_t d, sz, tz, tmp; in one_test() local
54 mpz_init (tz); in one_test()
57 set_signed_limb (tz, t); in one_test()
60 mpz_addmul (d, mpz_roinit_n (tmp, &b, 1), tz); in one_test()
70 mpz_mul_ui (tz, tz, 2); in one_test()
72 && (abs_t == 1 || mpz_cmpabs (tz, mpz_roinit_n (tmp, &a_div_g, 1)) < 0)) in one_test()
76 mpz_clear (tz); in one_test()
H A Dt-bdiv.c133 mpz_t n, d, tz; in main() local
156 mpz_init (tz); in main()
201 mpz_urandomb (tz, rands, 32); in main()
202 t = mpz_get_ui (tz); in main()
350 mpz_clear (tz); in main()
/netbsd-src/lib/libcompat/4.1/
H A Dftime.c53 struct timezone tz; local
58 if (gettimeofday(&t, &tz) < 0)
62 tbp->timezone = tz.tz_minuteswest;
63 tbp->dstflag = tz.tz_dsttime;
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mul.c37 mpz_t a, b, res, res_ui, ref, tz; in testmain() local
68 mpz_roinit_n (tz, t, 2*an); in testmain()
69 if (mpz_cmpabs (tz, ref)) in testmain()
98 mpz_roinit_n (tz, t, 2*an); in testmain()
99 if (mpz_cmp (tz, ref)) in testmain()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dgettimeofday.c78 gettimeofday (struct timeval *restrict tv, void *restrict tz) in gettimeofday() argument
128 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
135 int result = gettimeofday (tv, (struct timezone *) tz); in gettimeofday()
/netbsd-src/sys/fs/cd9660/
H A Dcd9660_node.c249 int y, m, d, hour, minute, second, tz; in cd9660_tstamp_conv7() local
257 tz = pi[6]; in cd9660_tstamp_conv7()
278 if (-48 <= tz && tz <= 52) in cd9660_tstamp_conv7()
279 crtime -= tz * 15 * 60; in cd9660_tstamp_conv7()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dgettimeofday.c22 gettimeofday (struct timeval *tp, void *tz) in gettimeofday() argument
24 if (tz) in gettimeofday()
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dgettimeofday.c22 gettimeofday (struct timeval *tp, void *tz) in gettimeofday() argument
24 if (tz) in gettimeofday()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dgettimeofday.c22 gettimeofday (struct timeval *tp, void *tz) in gettimeofday() argument
24 if (tz) in gettimeofday()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dgettimeofday.c22 gettimeofday (struct timeval *tp, void *tz) in gettimeofday() argument
24 if (tz) in gettimeofday()
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dgettimeofday.c22 gettimeofday (struct timeval *tp, void *tz) in gettimeofday() argument
24 if (tz) in gettimeofday()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dgettimeofday.c22 gettimeofday (struct timeval *tp, void *tz) in gettimeofday() argument
24 if (tz) in gettimeofday()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d225 immutable tz = PosixTimeZone.getTimeZone(tzName); in version() local
226 assert(tz.name == tzName); in version()
230 immutable tz = WindowsTimeZone.getTimeZone(tzName); in version() local
231 assert(tz.name == stdName); in version()
238 assert(tz.hasDST == hasDST);
243 auto std = SysTime(stdDate, tz);
244 auto dst = SysTime(dstDate, tz);
250 assert(tz.utcOffsetAt(std.stdTime) == utcOffset);
251 assert(tz.utcOffsetAt(dst.stdTime) == utcOffset + dstOffset);
320 return tz;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d192 immutable tz = PosixTimeZone.getTimeZone(tzName); in version() local
193 assert(tz.name == tzName); in version()
197 immutable tz = WindowsTimeZone.getTimeZone(tzName); in version() local
198 assert(tz.name == stdName); in version()
205 assert(tz.hasDST == hasDST);
209 auto std = SysTime(stdDate, tz);
210 auto dst = SysTime(dstDate, tz);
216 assert(tz.utcOffsetAt(std.stdTime) == utcOffset);
217 assert(tz.utcOffsetAt(dst.stdTime) == utcOffset + dstOffset);
283 return tz;
[all …]
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgettimeofday.c90 rpl_gettimeofday (struct timeval *tv, struct timezone *tz) in rpl_gettimeofday() argument
102 result = gettimeofday (tv, tz); in rpl_gettimeofday()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.cpp334 TIME_ZONE_INFORMATION tz; in setup_bootinfo() local
335 DWORD tzid = GetTimeZoneInformation(&tz); in setup_bootinfo()
348 bi.timezone = tz.Bias; in setup_bootinfo()
350 bi.timezone += tz.DaylightBias; in setup_bootinfo()

1234567