Searched refs:TZDIR (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/tzcode/ |
| H A D | tzdir.h | 4 #ifndef TZDIR 5 # define TZDIR "/usr/share/zoneinfo" /* TZif directory */ macro
|
| H A D | 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
|
| H A D | Makefile | 115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro 769 TZDIR='$(TZDIR)' \ 792 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only 793 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only 798 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only 799 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only 852 -e s\''\(TZDIR\)=[^}]*'\''\1=\'\''$(TZDIR)\'\'\' \
|
| H A D | localtime.c | 449 static char const tzdirslash[sizeof TZDIR] = TZDIR "/";
|
| H A D | NEWS | 255 TZDIR, and VERSION. 284 Due to the CC changes, TZDIR is now #defined in a file tzdir.h 286 now treated like TZDIR as they have similar roles. 2009 prepends TZDIR/ to file names that do not begin with '/'. This is 2143 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR,
|
| H A D | zic.c | 1154 directory = TZDIR; in main()
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | Makefile | 115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro 771 TZDIR='$(TZDIR)' \ 794 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only 795 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only 800 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only 801 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only 854 -e s\''\(TZDIR\)=[^}]*'\''\1=\'\''$(TZDIR)\'\'\' \
|
| H A D | NEWS | 358 TZDIR, and VERSION. 387 Due to the CC changes, TZDIR is now #defined in a file tzdir.h 389 now treated like TZDIR as they have similar roles. 2112 prepends TZDIR/ to file names that do not begin with '/'. This is 2246 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR,
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | sysconf.c | 58 #define _PATH_ZONEINFO TZDIR /* from tzfile.h */
|