Searched refs:TZDEFAULT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dtzfile.h40 #ifndef TZDEFAULT
41 #define TZDEFAULT "/etc/localtime" macro
42 #endif /* !defined TZDEFAULT */
H A Dlocaltime.c398 if (name == NULL && (name = TZDEFAULT) == NULL)
/freebsd-11-stable/contrib/tzdata/
H A DMakefile92 # The default local timezone is taken from the file TZDEFAULT.
93 TZDEFAULT = $(TOPDIR)/etc/localtime macro
570 -t '$(DESTDIR)$(TZDEFAULT)'
646 TZDEFAULT='$(TZDEFAULT)' \
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c607 dolink(lcltime, TZDEFAULT);
975 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
976 buf = erealloc(buf, (int) (132 + strlen(TZDEFAULT)));
979 TZDEFAULT);

Completed in 77 milliseconds