Home
last modified time | relevance | path

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

123456

/freebsd-14-stable/contrib/tzdata/
HDchecktab.awk76 tz = $3
81 if (tztab[tz]) {
83 zone_table, zone_NR, tz, tz2NR[tz]
98 tz0 = tz
99 tztab[tz] = 1
100 tz2NR[tz] = zone_NR
150 tz = rules = stdoff = ""
152 tz = $2
164 if (src != dst) tz = $3
186 if (tz && tz ~ /\// && tz !~ /^Etc\//) {
[all …]
HDchecklinks.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 …]
HDCONTRIBUTING1 # 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>.
HDREADME1 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.
HDMakefile31 BUGEMAIL= tz@iana.org
595 WEB_PAGES= tz-art.html tz-how-to.html tz-link.html
596 CHECK_WEB_PAGES=theory.ck tz-art.ck tz-how-to.ck tz-link.ck
639 time2posix.3 tz-art.html tz-how-to.html tz-link.html \
/freebsd-14-stable/contrib/sendmail/src/
HDarpadate.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 …]
/freebsd-14-stable/contrib/ldns/compat/
HDtimegm.c16 char *tz; in timegm() local
18 tz = getenv("TZ"); in timegm()
22 if (tz) { in timegm()
24 snprintf(buf, sizeof(buf), "TZ=%s", tz); in timegm()
25 putenv(tz); in timegm()
/freebsd-14-stable/contrib/tzcode/
HDzdump.c240 mktime_z(timezone_t tz, struct tm *tmp) in mktime_z() argument
361 my_localtime_rz(timezone_t tz, time_t *tp, struct tm *tmp) in my_localtime_rz() argument
363 tmp = localtime_rz(tz, tp, tmp); in my_localtime_rz()
369 t = mktime_z(tz, &tm); in my_localtime_rz()
599 timezone_t tz = tzalloc(argv[i]); in main() local
604 if (!tz) { in main()
611 show(tz, argv[i], now, false); in main()
612 tzfree(tz); in main()
618 show(tz, argv[i], t, true); in main()
619 if (my_localtime_rz(tz, &t, &tm) == NULL in main()
[all …]
HDCONTRIBUTING1 # 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>.
HDtzselect.ksh7 REPORT_BUGS_TO=tz@iana.org
455 tz = substr(ARGV[1], 2)
469 exit tz ~ tzpattern
483 say >&2 "'$tz' is not a conforming POSIX proleptic TZ string."
730 TZ_for_date=$TZDIR/$tz
800 say "$tz"
HDREADME1 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.
HDMakefile31 BUGEMAIL= tz@iana.org
593 WEB_PAGES= tz-art.html tz-how-to.html tz-link.html
594 CHECK_WEB_PAGES=theory.ck tz-art.ck tz-how-to.ck tz-link.ck
637 time2posix.3 tz-art.html tz-how-to.html tz-link.html \
/freebsd-14-stable/sbin/adjkerntz/
HDadjkerntz.c82 struct timezone tz, *stz; in main() local
167 if (gettimeofday(&tv, &tz)) { in main()
213 diff = offset - tz.tz_minuteswest * 60 - kern_offset; in main()
265 diff = offset - tz.tz_minuteswest * 60 - kern_offset; in main()
279 if (tz.tz_dsttime != 0 || tz.tz_minuteswest != 0) { in main()
280 tz.tz_dsttime = tz.tz_minuteswest = 0; /* zone info is garbage */ in main()
281 stz = &tz; in main()
/freebsd-14-stable/lib/libutil/
HDftime.c43 struct timezone tz; in ftime() local
46 if (gettimeofday(&t, &tz) < 0) in ftime()
50 tbp->timezone = tz.tz_minuteswest; in ftime()
51 tbp->dstflag = tz.tz_dsttime; in ftime()
/freebsd-14-stable/lib/libc/sys/
HDgettimeofday.c34 int __gettimeofday(struct timeval *tv, struct timezone *tz);
39 __gettimeofday(struct timeval *tv, struct timezone *tz) in __gettimeofday() argument
43 error = __vdso_gettimeofday(tv, tz); in __gettimeofday()
45 error = __sys_gettimeofday(tv, tz); in __gettimeofday()
/freebsd-14-stable/sys/fs/cd9660/
HDcd9660_node.c205 int y, m, d, hour, minute, second, tz; in cd9660_tstamp_conv7() local
214 tz = ((signed char *)pi)[6]; /* Timezone value is signed. */ in cd9660_tstamp_conv7()
217 tz = 0; in cd9660_tstamp_conv7()
238 if (-48 <= tz && tz <= 52) in cd9660_tstamp_conv7()
239 crtime -= tz * 15 * 60; in cd9660_tstamp_conv7()
/freebsd-14-stable/contrib/ncurses/include/
HDwin32_curses.h72 #define gettimeofday(tv,tz) _nc_gettimeofday(tv,tz) argument
HDnc_mingw.h71 #define gettimeofday(tv,tz) _nc_gettimeofday(tv,tz) argument
/freebsd-14-stable/sys/amd64/linux/
HDlinux_vdso_gtod.c86 __vdso_gettimeofday_fallback(l_timeval *tv, struct timezone *tz) in __vdso_gettimeofday_fallback() argument
94 : "a"(LINUX_SYS_gettimeofday), "D"(tv), "S"(tz) in __vdso_gettimeofday_fallback()
/freebsd-14-stable/sys/amd64/linux32/
HDlinux32_vdso_gtod.c100 __vdso_gettimeofday_fallback(l_timeval *tv, struct timezone *tz) in __vdso_gettimeofday_fallback() argument
108 : "a"(LINUX32_SYS_linux_gettimeofday), "b"(tv), "c"(tz) in __vdso_gettimeofday_fallback()
/freebsd-14-stable/sys/i386/linux/
HDlinux_vdso_gtod.c100 __vdso_gettimeofday_fallback(l_timeval *tv, struct timezone *tz) in __vdso_gettimeofday_fallback() argument
108 : "a"(LINUX_SYS_gettimeofday), "b"(tv), "c"(tz) in __vdso_gettimeofday_fallback()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/arm/firmware/
Dlinaro,optee-tz.txt12 - compatible : should contain "linaro,optee-tz"
28 compatible = "linaro,optee-tz";
/freebsd-14-stable/sys/arm64/linux/
HDlinux_vdso_gtod.c88 register struct timezone *tz asm("x1") = ltz; in __vdso_gettimeofday_fallback()
94 : "r" (tv), "r" (tz), "r" (svc) in __vdso_gettimeofday_fallback()
/freebsd-14-stable/contrib/ntp/scripts/monitoring/
HDntploopstat126 eval 'sub time { local($tz) = pack("LL",0,0);
129 unless syscall(&SYS_gettimeofday,$tz,undef) == 0;
130 local($s,$us) = unpack("LL",$tz);
/freebsd-14-stable/contrib/capsicum-test/
HDcapmode.cc351 struct timezone tz; in FORK_TEST() local
352 EXPECT_OK(gettimeofday(&tv, &tz)); in FORK_TEST()
460 struct timezone tz; in TEST() local
461 EXPECT_OK(gettimeofday(&tv[0], &tz)); in TEST()
462 EXPECT_OK(gettimeofday(&tv[1], &tz)); in TEST()
524 struct timezone tz; in TEST() local
525 EXPECT_OK(gettimeofday(&tv[0], &tz)); in TEST()
526 EXPECT_OK(gettimeofday(&tv[1], &tz)); in TEST()

123456