Searched refs:TZ (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dtime33 saved_TZ="$TZ"
34 TZ="${BSDINSTALL_CHROOT}/etc/localtime"
35 export TZ
63 TZ="$saved_TZ"
65 unset TZ
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
H A Dtst.printT.ksh36 export TZ=America/Los_Angeles
H A Dtst.printY.ksh36 export TZ=America/Los_Angeles
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh36 export TZ=America/Los_Angeles
/freebsd-11-stable/contrib/netbsd-tests/dev/clock_subr/
H A Dclock_subr_test_data_gen.sh3 export TZ=Etc/Universal
/freebsd-11-stable/usr.bin/lastcomm/tests/
H A Dlegacy_test.sh9 TZ=UTC; export TZ
H A Dvalues.sh9 TZ=UTC; export TZ
/freebsd-11-stable/usr.sbin/sa/tests/
H A Dprime.sh9 TZ=UTC; export TZ
/freebsd-11-stable/lib/libxo/tests/
H A Dfunctional_test.sh49 TZ="EST" "${SRCDIR}/${tc}" --libxo${libxo_options}\
/freebsd-11-stable/usr.bin/xo/tests/
H A Dfunctional_test.sh45 TZ="EST" "${SRCDIR}/${tc}" \
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_setattr95 TZ=GMT touch -t 200501010101 times || die
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dmaketime.c94 static char const *TZ; local
95 if (!TZ && !(TZ = getenv("TZ")))
96 faterror("The TZ environment variable is not set; please set it to your timezone");
/freebsd-11-stable/usr.bin/diff/tests/
H A Ddiff_test.sh69 export TZ=UTC
80 export TZ=UTC
/freebsd-11-stable/contrib/file/tests/
H A DMakefile.am87 TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
H A DMakefile.in693 TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp274 unsigned TZ = countTrailingZeros(Imm); local
275 Shift = (TZ / 16) * 16;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h135 unsigned TZ = countTrailingZeros(Imm); local
139 unsigned RotAmt = TZ & ~1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1126 uint32_t TZ = countTrailingZeros(Mask); local
1127 uint32_t M1 = countTrailingOnes(Mask >> TZ);
1130 if (TZ + M1 + LZ != 32)
1133 if (TZ > 2)
1143 // TZ = D-C, so D = TZ+C.
1144 SDValue D = DAG.getConstant(TZ+CV, dl, VT);
1145 SDValue DC = DAG.getConstant(TZ, dl, VT);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh7196 atf_check -s eq:0 -o file:expected16 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c verify b.gpg
7197 atf_check -s eq:0 -o file:expected18 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c verify a.gpg
7198 # atf_check -s eq:0 -o file:expected19 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c verify NetBSD-6.0_RC2_hashes.asc
7199 atf_check -s eq:0 -o file:expected20 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c cat jj.asc
7200 atf_check -s eq:0 -o file:expected21 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < a.gpg
7201 atf_check -s eq:0 -o file:expected22 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < jj.asc
7202 # atf_check -s eq:0 -o file:expected23 -e empty env TZ=US/Pacific netpgpverify < NetBSD-6.0_RC2_hashes.asc
7203 atf_check -s eq:0 -o file:expected24 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < b.gpg
7206 atf_check -s eq:0 -o file:expected27 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < NetBSD-6.0_hashes.asc
7207 atf_check -s eq:0 -o file:expected28 -e empty env TZ
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1618 uint32_t TZ = BitWidth; local
1619 for (unsigned I = 1, E = WholeAddExpr->getNumOperands(); I < E && TZ; ++I)
1620 TZ = std::min(TZ, SE.GetMinTrailingZeros(WholeAddExpr->getOperand(I)));
1621 if (TZ) {
1624 return TZ < BitWidth ? C.trunc(TZ).zext(BitWidth) : C;
1637 const uint32_t TZ = SE.GetMinTrailingZeros(Step); local
1638 if (TZ)
1639 return TZ < BitWidt
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp405 #define MASK_VECTOR_NANS_T(X,Y, TZ, FLAG) \
409 if (X.AggregateVal[_i].TZ##Val != X.AggregateVal[_i].TZ##Val || \
410 Y.AggregateVal[_i].TZ##Val != Y.AggregateVal[_i].TZ##Val) \
/freebsd-11-stable/contrib/tzdata/
H A DMakefile39 # POSIX-like TZ settings like TZ='EET-2EEST' that lack DST transition rules.
51 # In short, software should avoid ruleless settings like TZ='EET-2EEST'
666 # TZ='right/Australia/Adelaide' got you localtime with leap seconds,
716 sed 's,^TZ=".*\.dir/,TZ=",' $$ZDS >>$@.out
1060 TZ=UTC0 touch -mt 202010122253.00 \ macro
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure12949 /* Values we'll use to set the TZ environment variable. */
12951 (const char *) 0, "TZ=GMT0", "TZ=JST-9",
12952 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
12964 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
12965 instead of "TZ=America/Vancouver" in order to detect the bug even
12968 putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
13052 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
13053 instead of "TZ=America/Vancouver" in order to detect the bug even
13056 putenv ((char*) "TZ
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp404 unsigned TZ = countTrailingZeros(And_imm); local
405 if (TZ != 1 && TZ != 2)
416 And_imm >>= TZ; local
444 CurDAG->getConstant(Srl_imm + TZ, SDLoc(Srl),
450 N1, CurDAG->getConstant(TZ, SDLoc(Srl), MVT::i32));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp275 unsigned TZ = countTrailingZeros(ITState.Mask); local
276 if (++ITState.CurPosition == 5 - TZ && ITState.IsExplicit)
285 unsigned TZ = countTrailingZeros(ITState.Mask); local
287 NewMask |= ITState.Mask & (0xC << TZ);
288 NewMask |= 0x2 << TZ;
333 unsigned TZ = countTrailingZeros(ITState.Mask); local
336 NewMask |= ITState.Mask & (0xE << TZ);
338 NewMask |= (Cond != ITState.Cond) << TZ;
340 NewMask |= 1 << (TZ - 1);
372 unsigned TZ local
[all...]

Completed in 311 milliseconds

12