HomeSort by: relevance | last modified time | path
    Searched defs:TZDIR (Results 1 - 3 of 3) 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/etc/
Makefile 43 TZDIR= /usr/share/zoneinfo
264 CONFIGSYMLINKS+= ${TZDIR}/${LOCALTIME} /etc/localtime \
  /src/lib/libc/time/
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...]

Completed in 42 milliseconds