| /src/external/public-domain/tz/dist/ |
| checklinks.awk | 1 # 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] ? "absence" [all...] |
| checktab.awk | 1 # Check tz tables for consistency. 76 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 = $ [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| gettimeofday.c | 12 @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) 24 if (tz)
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| gettimeofday.c | 12 @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) 24 if (tz)
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| gettimeofday.c | 12 @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) 24 if (tz)
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| gettimeofday.c | 12 @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) 24 if (tz)
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| gettimeofday.c | 12 @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) 24 if (tz)
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| gettimeofday.c | 12 @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) 24 if (tz)
|
| /src/lib/libc/time/ |
| checktab.awk | 3 # 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] && tz2comments[tz]) [all...] |
| zdump.c | 228 if (setenv("TZ", val, 1) != 0) { 237 static char const TZeq[TZeqlen] = "TZ="; 534 timezone_t tz = tzalloc(strcmp(argv[i], "-") == 0 local 541 if (!tz) { 545 show(tz, argv[i], now, false); 546 tzfree(tz); 552 show(tz, argv[i], t, true); 553 if (localtime_rz(tz, &t, &tm) == NULL 556 if (localtime_rz(tz, &newt, &newtm) != NULL) 557 showextrema(tz, argv[i], t, NULL, newt) [all...] |
| tzselect.ksh | 2 # Ask the user about the time zone, and output the resulting TZ value to stdout. 7 REPORT_BUGS_TO=tz@iana.org 359 fmt = "TZ='\''%s'\'' date +'\''%d %%Y %%m %%d %%H:%%M %%a %%b\t%s'\''\n" 393 'Please select a continent, ocean, "coord", "TZ", "time", or "now".' 430 "TZ - I want to specify the timezone using a proleptic TZ string." \ 453 TZ) 454 # Ask the user for a proleptic TZ string. Check that it conforms. 457 tz = substr(ARGV[1], 2) 471 exit tz ~ tzpatter [all...] |
| /src/lib/libcompat/4.1/ |
| ftime.c | 53 struct timezone tz; local 58 if (gettimeofday(&t, &tz) < 0) 62 tbp->timezone = tz.tz_minuteswest; 63 tbp->dstflag = tz.tz_dsttime;
|
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| helper.c | 31 char *tz = NULL; local 62 tz = getenv("TZ"); 63 if (tz != NULL) { 64 tz = OPENSSL_strdup(tz); 65 if (tz == NULL) { 70 setenv("TZ", "UTC", 1); 74 if (tz != NULL) { 75 setenv("TZ", tz, 1) [all...] |
| /src/external/public-domain/ |
| Makefile | 5 SUBDIR+= sqlite tz xz
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-gcdext_1.c | 50 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);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| gettimeofday.c | 78 gettimeofday (struct timeval *restrict tv, void *restrict tz) 128 int result = gettimeofday (&otv, (struct timezone *) tz); 135 int result = gettimeofday (tv, (struct timezone *) tz);
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| gettimeofday.c | 78 gettimeofday (struct timeval *restrict tv, void *restrict tz) 128 int result = gettimeofday (&otv, (struct timezone *) tz); 135 int result = gettimeofday (tv, (struct timezone *) tz);
|
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-mul.c | 37 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))
|
| /src/external/gpl2/xcvs/dist/lib/ |
| gettimeofday.c | 90 rpl_gettimeofday (struct timeval *tv, struct timezone *tz) 102 result = gettimeofday (tv, tz);
|
| /src/sys/fs/cd9660/ |
| cd9660_node.c | 249 int y, m, d, hour, minute, second, tz; local 257 tz = pi[6]; 278 if (-48 <= tz && tz <= 52) 279 crtime -= tz * 15 * 60;
|
| /src/external/mpl/bind/dist/bin/tests/system/geoip2/conf/ |
| bad-areacode.conf | 33 geoip tz "America/Los_Angeles";
|
| bad-netspeed.conf | 32 geoip tz "America/Los_Angeles";
|
| good-options.conf | 31 geoip tz "America/Los_Angeles";
|
| /src/external/bsd/nvi/usr.bin/nvi/ |
| compat.h | 39 #define gettimeofday(tv, tz) gettimeofday(tv)
|
| port.h | 39 #define gettimeofday(tv, tz) gettimeofday(tv)
|