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

  /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/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
directive-export-gmake.mk 83 export TZ=${INDIRECT_TZ}
Makefile 500 ENV.depsrc-optional+= TZ=UTC
507 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
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...]
Makefile 44 BUGEMAIL= tz@iana.org
69 # The POSIXRULES macro controls interpretation of POSIX-like TZ
70 # settings like TZ='EET-2EEST' that lack DST transition rules.
315 # not needed by the main-program tz code, which is single-threaded.
339 # -DTZ_CHANGE_INTERVAL=N if functions depending on TZ should check
343 # to respond to changes to a file selected by TZ, including to
344 # TZDEFAULT (normally /etc/localtime) if TZ is unset.
347 # -DTZ_DOMAIN=\"foo\" to use "foo" for gettext domain name; default is "tz"
351 # DST transitions for proleptic format TZ strings lacking them,
355 # It also mishandles settings like TZ='EET-2EEST' for eastern Europe
    [all...]
  /src/tests/usr.bin/diff/
t_diff.sh 132 export TZ=UTC
148 export TZ=UTC
  /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/bin/sh/
var.c 1502 static struct space_reserved tzs; /* remember TZ last used */
1505 char *tz; local
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...]

Completed in 32 milliseconds