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

  /src/include/
tzfile.h 23 #ifndef TZDIR /* Time zone object file directory */
24 # define TZDIR "/usr/share/zoneinfo"
25 #endif /* !defined TZDIR */
  /src/lib/libc/time/
tzselect.ksh 42 : ${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
Makefile 111 # "Compiled" timezone information is placed in the "TZDIR" directory
115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
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)/.'
712 tzdir.h:
717 '#ifndef TZDIR' \
718 '# define TZDIR "$(TZDIR)" /* TZif directory */' \
771 TZDIR='$(TZDIR)'
    [all...]
localtime.c 573 /* 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. */
zic.c 1139 directory = TZDIR;
  /src/etc/
Makefile 43 TZDIR= /usr/share/zoneinfo
264 CONFIGSYMLINKS+= ${TZDIR}/${LOCALTIME} /etc/localtime \

Completed in 21 milliseconds