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

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dtzfile.h36 #ifndef TZDIR
37 #define TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */ macro
38 #endif /* !defined TZDIR */
H A Dprivate.h22 #define TZDIR "/usr/share/zoneinfo" macro
H A Dlocaltime.c422 if ((p = TZDIR) == NULL) {
/freebsd-9.3-release/contrib/tzdata/
H A DMakefile49 # "Compiled" time zone information is placed in the "TZDIR" directory
51 # Use an absolute path name for TZDIR unless you're just testing the software.
54 TZDIR= $(TOPDIR)/etc/$(TZDIR_BASENAME) macro
265 ZIC_INSTALL= $(ZIC) -y $(YEARISTYPE) -d $(DESTDIR)$(TZDIR) $(LEAPSECONDS)
347 CC= $(cc) -DTZDIR=\"$(TZDIR)\"
422 mkdir -p $(DESTDIR)$(ETCDIR) $(DESTDIR)$(TZDIR) \
427 cp -f iso3166.tab $(ZONETABLES) $(DESTDIR)$(TZDIR)/.
476 TZDIR=$(TZDIR) \
494 # subdirectories of $(TZDIR)
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dsysconf.c57 #define _PATH_ZONEINFO TZDIR /* from tzfile.h */
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c569 directory = TZDIR;

Completed in 68 milliseconds