HomeSort by: relevance | last modified time | path
    Searched refs:TZ (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-report 17 TZ=UTC \
25 TZ=UTC \
gcc-svn-patchlist 32 export TZ=UTC
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-report 17 TZ=UTC \
25 TZ=UTC \
gcc-svn-patchlist 32 export TZ=UTC
  /src/external/gpl2/xcvs/dist/lib/
test-getdate.sh 74 UTZ=`TZ=Unrecognized/Unrecognized date +%Z`
83 # `determinable' means. On GNU/Linux, `date +%Z' returns $TZ when $TZ is not
84 # recognized. NetBSD 1.6.1 "determines" that an unrecognizable value in $TZ
86 # three spaces when $TZ is not recognized. We test for all three cases, plus
94 # test `TZ=EST date +%Z` = "EST"
98 # TZ=Asia/Calcutta date +%Z
103 # TZ=Doesnt_Exist/Doesnt_Exist date +%Z
113 NTZ=`TZ=$1 date +%Z`
183 TZ=UTC0; export T
    [all...]
  /src/tests/usr.bin/netpgpverify/
t_netpgpverify.sh 62 atf_check -s exit:0 -o file:${data}/expected16 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c verify b.gpg
63 atf_check -s exit:0 -o file:${data}/expected18 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c verify a.gpg
64 # atf_check -s exit:0 -o file:${data}/expected19 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c verify NetBSD-6.0_hashes.asc
65 atf_check -s exit:0 -o file:${data}/expected20 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c cat jj.asc
66 atf_check -s exit:0 -o file:${data}/expected21 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < a.gpg
67 atf_check -s exit:0 -o file:${data}/expected22 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < jj.asc
68 # atf_check -s exit:0 -o file:${data}/expected23 -e empty env TZ=US/Pacific netpgpverify < NetBSD-6.0_hashes.asc
69 atf_check -s exit:0 -o file:${data}/expected24 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < b.gpg
72 atf_check -s exit:0 -o file:${data}/expected27 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < NetBSD-6.0_hashes.asc
73 atf_check -s exit:0 -o file:${data}/expected28 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg NetBSD-6.0_hashes.as
    [all...]
  /src/tests/dev/clock_subr/
clock_subr_test_data_gen.sh 3 export TZ=Etc/Universal
  /src/external/public-domain/tz/dist/
checknow.awk 14 if ($0 ~ /^TZ/) {
  /src/sys/conf/
newvers_stand.sh 66 t=$(LC_ALL=C TZ=UTC "${DATE}" ${dateargs})
newvers.sh 219 t=$(LC_ALL=C TZ=UTC ${DATE} -r "${timestamp}")
  /src/usr.bin/make/unit-tests/
directive-export.mk 57 # modifier depends on the 'TZ' environment variable, without any subprocess.
58 export TZ=${UTC}
62 TZ= ${INDIRECT_TZ}
63 .export TZ
varmod-gmtime.mk 9 .if ${TZ:Uundefined} != "undefined" # see unit-tests/Makefile
146 export TZ=UTC
150 export TZ=Europe/Berlin
154 export TZ=UTC
158 export TZ=America/Los_Angeles
162 export TZ=UTC
  /src/lib/libc/time/
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/tests/usr.bin/diff/
t_diff.sh 132 export TZ=UTC
148 export TZ=UTC
  /src/external/bsd/flex/dist/build-aux/
mdate-sh 78 TZ=UTC
79 export TZ
  /src/external/gpl2/lvm2/dist/test/
test-lib.sh 15 TZ=UTC
16 export LANG LC_ALL TZ
  /src/external/lgpl3/mpc/dist/build-aux/
mdate-sh 78 TZ=UTC0
79 export TZ
  /src/external/lgpl3/mpc/dist/doc/
mdate-sh 78 TZ=UTC0
79 export TZ
  /src/external/gpl2/rcs/dist/src/
maketime.c 96 static char const *TZ;
97 if (!TZ && !(TZ = getenv("TZ")))
98 faterror("The TZ environment variable is not set; please set it to your timezone");
  /src/external/gpl2/xcvs/dist/contrib/
rcs2log.sh 244 # Use TZ specified by ChangeLog local variable, if any.
257 ?*) TZ=$logTZ; export TZ;;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
timezone.d 52 // Uncomment and run unittests to print missing Windows TZ translations.
78 the TZ Database name, whereas with $(LREF WindowsTimeZone), it's the
85 $(HTTP en.wikipedia.org/wiki/Tz_database, Wikipedia entry on TZ
225 immutable tz = PosixTimeZone.getTimeZone(tzName);
226 assert(tz.name == tzName);
230 immutable tz = WindowsTimeZone.getTimeZone(tzName);
231 assert(tz.name == stdName);
236 //assert(tz.stdName == stdName); //Locale-dependent
237 //assert(tz.dstName == dstName); //Locale-dependent
238 assert(tz.hasDST == hasDST)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ExpandImm.cpp 273 unsigned TZ = countTrailingZeros(Imm);
274 Shift = (TZ / 16) * 16;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 135 unsigned TZ = countTrailingZeros(Imm);
139 unsigned RotAmt = TZ & ~1;
  /src/distrib/miniroot/
upgrade.sh 365 ln -s /usr/share/zoneinfo/$TZ /mnt/etc/localtime
install.sh 429 ln -s /usr/share/zoneinfo/$TZ /mnt/etc/localtime

Completed in 85 milliseconds

1 2