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

/netbsd-current/include/
H A Dtzfile.h23 #ifndef TZDIR /* Time zone object file directory */
24 # define TZDIR "/usr/share/zoneinfo" macro
25 #endif /* !defined TZDIR */
/netbsd-current/external/public-domain/tz/share/zoneinfo/
H A DMakefile26 # "Compiled" time zone information is placed in the "TZDIR" directory
28 # Use an absolute path name for TZDIR unless you're just testing the software.
31 TZDIR= /usr/share/zoneinfo macro
104 destfile=${DESTDIR}${TZDIR}/$${tzfile#./}; \
136 ${TZDISTDIR}/$$f ${DESTDIR}${TZDIR}; \
139 ${TZDISTDIR}/TZDATA_VERSION ${DESTDIR}${TZDIR}/TZDATA_VERSION
/netbsd-current/external/public-domain/tz/dist/
H A DMakefile111 # "Compiled" timezone information is placed in the "TZDIR" directory
115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro
266 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
464 ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)' $(LEAPSECONDS)
647 cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
705 '#ifndef TZDIR' \
706 '# define TZDIR "$(TZDIR)" /* TZif directory */' \
760 TZDIR='$(TZDIR)' \
[all...]
/netbsd-current/lib/libc/time/
H A DMakefile111 # "Compiled" timezone information is placed in the "TZDIR" directory
115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro
266 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
464 ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)' $(LEAPSECONDS)
647 cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
705 '#ifndef TZDIR' \
706 '# define TZDIR "$(TZDIR)" /* TZif directory */' \
760 TZDIR='$(TZDIR)' \
[all...]
H A Dtzselect.ksh47 : ${TZDIR=$PWD}
178 TZ_COUNTRY_TABLE=$TZDIR/iso3166.tab
179 TZ_ZONE_TABLE=$TZDIR/$zonetabtype.tab
636 TZ_for_date=$TZDIR/$TZ
H A Dlocaltime.c440 /* TZDIR with a trailing '/' rather than a trailing '\0'. */
441 static char const tzdirslash[sizeof TZDIR] = TZDIR "/";
489 /* Do not prepend TZDIR. This is intended for specialized
500 /* Create a string "TZDIR/NAME". Using sprintf here
508 the TZDIR virtual subtree. */
H A Dzic.c1134 directory = TZDIR;
/netbsd-current/etc/
H A DMakefile43 TZDIR= /usr/share/zoneinfo macro
268 CONFIGSYMLINKS+= ${TZDIR}/${LOCALTIME} /etc/localtime \

Completed in 162 milliseconds