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

/src/include/
H A Dtzfile.h29 #ifndef TZDEFAULT
30 # define TZDEFAULT "/etc/localtime" macro
31 #endif /* !defined TZDEFAULT */
/src/lib/libc/time/
H A DMakefile115 # The default local timezone is taken from the file TZDEFAULT.
116 TZDEFAULT = $(TOPDIR)/etc/localtime macro
344 # TZDEFAULT (normally /etc/localtime) if TZ is unset.
727 -t '$(DESTDIR)$(TZDEFAULT)'
783 '#ifndef TZDEFAULT' \
784 '# define TZDEFAULT "$(TZDEFAULT)" /* default zone */' \
839 TZDEFAULT='$(TZDEFAULT)' \
H A Dlocaltime.c1023 name = TZDEFAULT;
1033 /* If the program is privileged, NAME is TZDEFAULT or
1035 if (name[0] == '/' && strcmp(name, TZDEFAULT) != 0) {
2105 Do not treat a missing TZDEFAULT file as an error. */
H A Dzic.c1376 tzdefault = TZDEFAULT;

Completed in 14 milliseconds