Searched refs:TZDIR (Results 1 – 9 of 9) sorted by relevance
/freebsd/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 | 111 # "Compiled" timezone information is placed in the "TZDIR" directory 115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro 271 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has 468 ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)' 657 cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.' 715 '#ifndef TZDIR' \ 716 '# define TZDIR "$(TZDIR)" /* TZif directory */' \ 769 TZDIR='$(TZDIR)' \ [all...] |
H A D | localtime.c | 448 /* TZDIR with a trailing '/' rather than a trailing '\0'. */ 449 static char const tzdirslash[sizeof TZDIR] = TZDIR "/"; 499 /* Create a string "TZDIR/NAME". Using sprintf here in tzloadbody()
|
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/contrib/tzdata/ |
H A D | Makefile | 111 # "Compiled" timezone information is placed in the "TZDIR" directory 115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro 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)/.' 717 '#ifndef TZDIR' \ 718 '# define TZDIR "$(TZDIR)" /* TZif directory */' \ 771 TZDIR='$(TZDIR)' \ [all...] |
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/lib/libc/gen/ |
H A D | sysconf.c | 56 #define _PATH_ZONEINFO TZDIR /* from tzfile.h */
|