Searched refs:TZDIR (Results 1 - 6 of 6) sorted by relevance

/src/include/
H A Dtzfile.h25 #ifndef TZDIR /* Time zone object file directory */
26 # define TZDIR "/usr/share/zoneinfo" macro
27 #endif /* !defined TZDIR */
/src/lib/libc/time/
H A Dtzselect.ksh42 : ${TZDIR=$PWD}
192 read_file TZ_COUNTRY_TABLE "$TZDIR/iso3166.tab"
193 read_file TZ_ZONETABTYPE_TABLE "$TZDIR/$zonetabtype.tab"
446 ${TZ_ZONENOW_TABLE:+:} read_file TZ_ZONENOW_TABLE "$TZDIR/zonenow.tab"
731 TZ_for_date=$TZDIR/$tz
H A DMakefile124 # "Compiled" timezone information is placed in the "TZDIR" directory
128 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro
297 # -DOPENAT_TZDIR if tzset should use openat on TZDIR then a relative open.
312 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
545 ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)'
728 cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
786 '#ifndef TZDIR' \
787 '# define TZDIR "$(TZDIR)" /* TZif directory */' \
840 TZDIR
[all...]
H A Dlocaltime.c507 name like "America/Los_Angeles", first open TZDIR (default
519 /* If compiled with -DSUPPRESS_TZDIR, do not prepend TZDIR to relative TZ.
965 /* TZDIR with a trailing '/'. It is null-terminated if OPENAT_TZDIR. */
969 static char const tzdirslash[sizeof TZDIR + OPENAT_TZDIR] = TZDIR "/";
970 enum { tzdirslashlen = sizeof TZDIR };
995 enum { TZLOAD_TZDIR_SUB = 4 }; /* TZ should be a file under TZDIR. */
1033 subsidiary to TZDIR. Also, NAME is not a device. */
1057 as such a name could read a non-directory outside TZDIR
1069 O_RDONLY should be OK too, as TZDIR i
[all...]
H A Dzic.c1379 directory = TZDIR;
/src/etc/
H A DMakefile43 TZDIR= /usr/share/zoneinfo macro
264 CONFIGSYMLINKS+= ${TZDIR}/${LOCALTIME} /etc/localtime \

Completed in 15 milliseconds