Home
last modified time | relevance | path

Searched refs:TIMEZONE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A DMakefile64 $(RM) $(ROOTETC)/TIMEZONE
65 cd $(ROOTETC); $(SYMLINK) default/init TIMEZONE
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory.cfg40 export TIMEZONE=${TIMEZONE:-US/Mountain}
H A Dhistory_007_pos.ksh83 TZ=$TIMEZONE zpool history $migratedpoolname | grep -v '^$' \
/illumos-gate/usr/src/man/man5/
H A DMakefile227 TIMEZONE.5 \
257 TIMEZONE.5 := LINKSRC = init.5
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME66 For more information see zic(8), zdump(8), environ(7), TIMEZONE(5),
/illumos-gate/usr/src/cmd/login/
H A Dlogin.dfl27 #TIMEZONE=EST5EDT
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man5.inc19 link path=usr/share/man/man5/TIMEZONE.5 target=init.5
H A DSUNWcs.p5m52 link path=etc/TIMEZONE target=./default/init
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c119 #define TIMEZONE "/etc/default/init" macro
2324 if ((defp = defopen_r(TIMEZONE)) != NULL) { in get_default_tz()