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

/freebsd-11.0-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.c420 if ((p = TZDIR) == NULL) {
/freebsd-11.0-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.
55 TZDIR= $(TOPDIR)/etc/$(TZDIR_BASENAME) macro
316 ZIC_INSTALL= $(ZIC) -d $(DESTDIR)$(TZDIR) $(LEAPSECONDS)
399 CC= $(cc) -DTZDIR=\"$(TZDIR)\"
476 mkdir -p $(DESTDIR)$(ETCDIR) $(DESTDIR)$(TZDIR) \
481 cp -f $(TABDATA) $(DESTDIR)$(TZDIR)/.
536 TZDIR=$(TZDIR) \
552 # subdirectories of $(TZDIR)
[all...]
/freebsd-11.0-release/lib/libc/gen/
H A Dsysconf.c59 #define _PATH_ZONEINFO TZDIR /* from tzfile.h */
/freebsd-11.0-release/contrib/tzcode/zic/
H A Dzic.c569 directory = TZDIR;

Completed in 72 milliseconds