Searched refs:tz (Results 1 - 25 of 86) sorted by relevance

1234

/netbsd-current/external/public-domain/tz/dist/
H A Dchecklinks.awk1 # Check links in tz tables.
47 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]
[all...]
H A Dchecktab.awk1 # Check tz tables for consistency.
63 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 ~ /\//
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/netbsd-current/lib/libc/time/
H A Dchecktab.awk3 # Check tz tables for consistency.
112 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]
[all...]
H A Dzdump.c245 mktime_z(timezone_t tz, struct tm *tmp) argument
359 my_localtime_rz(timezone_t tz, const time_t *tp, struct tm *tmp) argument
361 tmp = localtime_rz(tz, tp, tmp);
367 t = mktime_z(tz, &tm);
595 timezone_t tz = tzalloc(argv[i]); local
601 if (!tz) {
605 show(tz, argv[i], now, false);
606 tzfree(tz);
612 show(tz, argv[i], t, true);
613 if (my_localtime_rz(tz,
731 hunt(timezone_t tz, time_t lot, time_t hit, bool only_ok) argument
843 show(timezone_t tz, char *zone, time_t t, bool v) argument
888 showextrema(timezone_t tz, char *zone, time_t lo, struct tm *lotmp, time_t hi) argument
[all...]
/netbsd-current/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-current/external/public-domain/
H A DMakefile5 SUBDIR+= sqlite tz xz
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-gcdext_1.c50 mpz_t d, sz, tz, tmp; local
54 mpz_init (tz);
57 set_signed_limb (tz, t);
60 mpz_addmul (d, mpz_roinit_n (tmp, &b, 1), tz);
70 mpz_mul_ui (tz, tz, 2);
72 && (abs_t == 1 || mpz_cmpabs (tz, mpz_roinit_n (tmp, &a_div_g, 1)) < 0))
76 mpz_clear (tz);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dgettimeofday.c78 gettimeofday (struct timeval *restrict tv, void *restrict tz) argument
128 int result = gettimeofday (&otv, (struct timezone *) tz);
135 int result = gettimeofday (tv, (struct timezone *) tz);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mul.c37 mpz_t a, b, res, res_ui, ref, tz; local
68 mpz_roinit_n (tz, t, 2*an);
69 if (mpz_cmpabs (tz, ref))
98 mpz_roinit_n (tz, t, 2*an);
99 if (mpz_cmp (tz, ref))
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dgettimeofday.c80 gettimeofday (struct timeval *restrict tv, void *restrict tz) argument
135 int result = gettimeofday (&otv, (struct timezone *) tz);
142 int result = gettimeofday (tv, (struct timezone *) tz);
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgettimeofday.c90 rpl_gettimeofday (struct timeval *tv, struct timezone *tz) argument
102 result = gettimeofday (tv, tz);
/netbsd-current/sys/fs/cd9660/
H A Dcd9660_node.c249 int y, m, d, hour, minute, second, tz; local
257 tz = pi[6];
278 if (-48 <= tz && tz <= 52)
279 crtime -= tz * 15 * 60;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/geoip2/conf/
H A Dbad-areacode.conf33 geoip tz "America/Los_Angeles";
H A Dbad-netspeed.conf32 geoip tz "America/Los_Angeles";
H A Dgood-options.conf31 geoip tz "America/Los_Angeles";
/netbsd-current/external/bsd/nvi/usr.bin/nvi/
H A Dcompat.h39 #define gettimeofday(tv, tz) gettimeofday(tv)
H A Dport.h39 #define gettimeofday(tv, tz) gettimeofday(tv)
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.cpp334 TIME_ZONE_INFORMATION tz; local
335 DWORD tzid = GetTimeZoneInformation(&tz);
348 bi.timezone = tz.Bias;
350 bi.timezone += tz.DaylightBias;
/netbsd-current/external/mit/xorg/lib/xkeyboard-config/symbols/
H A DMakefile25 terminate tg th tj tm tr trans tw typo tz \

Completed in 311 milliseconds

1234