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

/src/include/
H A Dtzfile.h23 #ifndef TZDIR /* Time zone object file directory */
24 # define TZDIR "/usr/share/zoneinfo" macro
25 #endif /* !defined TZDIR */
/src/lib/libc/time/
H A Dtzselect.ksh42 : ${TZDIR=$PWD}
190 read_file TZ_COUNTRY_TABLE "$TZDIR/iso3166.tab"
191 read_file TZ_ZONETABTYPE_TABLE "$TZDIR/$zonetabtype.tab"
444 ${TZ_ZONENOW_TABLE:+:} read_file TZ_ZONENOW_TABLE "$TZDIR/zonenow.tab"
730 TZ_for_date=$TZDIR/$tz
H A DMakefile111 # "Compiled" timezone information is placed in the "TZDIR" directory
115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro
272 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
470 ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)'
659 cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
717 '#ifndef TZDIR' \
718 '# define TZDIR "$(TZDIR)" /* TZif directory */' \
771 TZDIR='$(TZDIR)' \
[all...]
H A Dlocaltime.c573 /* TZDIR with a trailing '/' rather than a trailing '\0'. */
574 static char const tzdirslash[sizeof TZDIR] = TZDIR "/";
626 /* Do not prepend TZDIR. This is intended for specialized
637 /* Create a string "TZDIR/NAME". Using sprintf here
645 the TZDIR virtual subtree. */
H A Dzic.c1139 directory = TZDIR;
/src/etc/
H A DMakefile43 TZDIR= /usr/share/zoneinfo macro
264 CONFIGSYMLINKS+= ${TZDIR}/${LOCALTIME} /etc/localtime \

Completed in 14 milliseconds