Home
last modified time | relevance | path

Searched refs:TZDIR (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/public-domain/tz/share/zoneinfo/
H A DMakefile31 TZDIR= /usr/share/zoneinfo macro
104 destfile=${DESTDIR}${TZDIR}/$${tzfile#./}; \
136 ${TZDISTDIR}/$$f ${DESTDIR}${TZDIR}; \
139 ${TZDISTDIR}/TZDATA_VERSION ${DESTDIR}${TZDIR}/TZDATA_VERSION
/netbsd/lib/libc/time/
H A Dtzselect.ksh43 : ${TZDIR=`pwd`}
173 TZ_COUNTRY_TABLE=$TZDIR/iso3166.tab
174 TZ_ZONE_TABLE=$TZDIR/$zonetabtype.tab
523 TZ_for_date=$TZDIR/$TZ
H A DMakefile105 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro
689 TZDIR='$(TZDIR)' \
717 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
718 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
723 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
724 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
779 -e 's|TZDIR=[^}]*|TZDIR=$(TZDIR)|' \
H A Dlocaltime.c437 static char const tzdirslash[sizeof TZDIR] = TZDIR "/";
H A Dzic.c1135 directory = TZDIR; in main()
H A DNEWS1606 prepends TZDIR/ to file names that do not begin with '/'. This is
1740 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR,
/netbsd/include/
H A Dtzfile.h23 #ifndef TZDIR /* Time zone object file directory */
24 # define TZDIR "/usr/share/zoneinfo" macro
/netbsd/external/public-domain/tz/dist/
H A DMakefile97 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro
688 TZDIR='$(TZDIR)' \
716 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
717 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
722 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
723 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
778 -e 's|TZDIR=[^}]*|TZDIR=$(TZDIR)|' \
H A DNEWS1712 prepends TZDIR/ to file names that do not begin with '/'. This is
1846 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR,
/netbsd/etc/
H A DMakefile43 TZDIR= /usr/share/zoneinfo macro
268 CONFIGSYMLINKS+= ${TZDIR}/${LOCALTIME} /etc/localtime \