OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZ
(Results
1 - 19
of
19
) sorted by relevancy
/src/tests/dev/clock_subr/
clock_subr_test_data_gen.sh
3
export
TZ
=Etc/Universal
/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
varmod-localtime.mk
9
.if ${
TZ
} != "Europe/Berlin" # see unit-tests/Makefile
directive-export-gmake.mk
83
export
TZ
=${INDIRECT_TZ}
Makefile
499
ENV.depsrc-optional+=
TZ
=UTC
506
ENV.varmod-localtime+=
TZ
=Europe/Berlin
/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
357
fmt = "
TZ
='\''%s'\'' date +'\''%d %%Y %%m %%d %%H:%%M %%a %%b\t%s'\''\n"
391
'Please select a continent, ocean, "coord", "
TZ
", "time", or "now".'
428
"
TZ
- I want to specify the timezone using a proleptic
TZ
string." \
451
TZ
)
452
# Ask the user for a proleptic
TZ
string. Check that it conforms.
455
tz
= substr(ARGV[1], 2)
469
exit
tz
~ tzpatter
[
all
...]
Makefile
31
BUGEMAIL=
tz
@iana.org
56
# The POSIXRULES macro controls interpretation of POSIX-like
TZ
57
# settings like
TZ
='EET-2EEST' that lack DST transition rules.
275
# not needed by the main-program
tz
code, which is single-threaded.
279
# -DTZ_DOMAIN=\"foo\" to use "foo" for gettext domain name; default is "
tz
"
283
# DST transitions for proleptic format
TZ
strings lacking them,
287
# It also mishandles settings like
TZ
='EET-2EEST' for eastern Europe,
364
# # and later, its contents are unspecified if you use a geographical
TZ
377
# # although their contents are unspecified if you use a geographical
TZ
557
# When comparing .tzs files, use GNU diff's -F'^
TZ
=' option if supported
[
all
...]
/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
install.sub
1290
# installed filesystem, set
TZ
to GMT and return immediately.
1293
TZ
=GMT
1314
if [ -z "$
TZ
" ]; then
1315
TZ
=$(ls -l /mnt/etc/localtime 2>/dev/null | cutlast)
1316
TZ
=${
TZ
#/usr/share/zoneinfo/}
1319
echo -n "What timezone are you in ['?' for list] [$
TZ
]? "
1320
getresp "$
TZ
"
1324
TZ
="GMT"
1347
TZ
="$_a
[
all
...]
/src/etc/
security
19
TZ
=UTC; export
TZ
/src/tests/usr.bin/netpgpverify/
t_netpgpverify.sh
7196
atf_check -s exit:0 -o file:expected16 -e empty env
TZ
=US/Pacific netpgpverify -k pubring.gpg -c verify b.gpg
7197
atf_check -s exit:0 -o file:expected18 -e empty env
TZ
=US/Pacific netpgpverify -k pubring.gpg -c verify a.gpg
7198
# atf_check -s exit: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 exit:0 -o file:expected20 -e empty env
TZ
=US/Pacific netpgpverify -k pubring.gpg -c cat jj.asc
7200
atf_check -s exit:0 -o file:expected21 -e empty env
TZ
=US/Pacific netpgpverify -k pubring.gpg < a.gpg
7201
atf_check -s exit:0 -o file:expected22 -e empty env
TZ
=US/Pacific netpgpverify -k pubring.gpg < jj.asc
7202
# atf_check -s exit:0 -o file:expected23 -e empty env
TZ
=US/Pacific netpgpverify < NetBSD-6.0_RC2_hashes.asc
7203
atf_check -s exit:0 -o file:expected24 -e empty env
TZ
=US/Pacific netpgpverify -k pubring.gpg < b.gpg
7206
atf_check -s exit:0 -o file:expected27 -e empty env
TZ
=US/Pacific netpgpverify -k pubring.gpg < NetBSD-6.0_hashes.asc
7207
atf_check -s exit:0 -o file:expected28 -e empty env
TZ
=US/Pacific netpgpverify -k pubring.gpg NetBSD-6.0_hashes.as
[
all
...]
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8916-huawei-g7.dts
14
* To boot arm64 kernels it is necessary to flash 64-bit
TZ
/HYP firmware
/src/bin/sh/
var.c
1502
static struct space_reserved tzs; /* remember
TZ
last used */
1505
char *
tz
;
local in function:get_tod
1518
tz
= lookupvar("
TZ
");
1521
if (
tz
!= NULL) {
1522
if (tzs.b == NULL || strcmp(tzs.b,
tz
) != 0) {
1524
if (make_space(&tzs, strlen(
tz
) + 1)) {
1525
strcpy(tzs.b,
tz
);
1528
last_zone = zone = tzalloc(
tz
);
1531
zone = tzalloc(
tz
);
[
all
...]
/src/libexec/ld.aout_so/
ld.so.i386.uue
605
M=@"!O6S^____`P``=
TZ
+O93^__\!O6S^__\!O8S^__^+C8S^__]1B[V(_O__
ld.so.arm.uue
455
M(``7XP,```HP01OE8`"
TZ
#!!"^43``#J$``7XS"1&Q4$,)D4,)$+%0P``!I`
Completed in 110 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025