HomeSort by: relevance | last modified time | path
    Searched refs:TZDEFAULT (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
tzfile.h 27 #ifndef TZDEFAULT
28 # define TZDEFAULT "/etc/localtime"
29 #endif /* !defined TZDEFAULT */
  /src/lib/libc/time/
Makefile 102 # The default local timezone is taken from the file TZDEFAULT.
103 TZDEFAULT = $(TOPDIR)/etc/localtime
658 -t '$(DESTDIR)$(TZDEFAULT)'
714 '#ifndef TZDEFAULT' \
715 '# define TZDEFAULT "$(TZDEFAULT)" /* default zone */' \
770 TZDEFAULT='$(TZDEFAULT)' \
localtime.c 618 name = TZDEFAULT;
zic.c 965 static const char * tzdefault; variable in typeref:typename:const char *
1068 if (tzdefault != NULL) {
1075 tzdefault = optarg;
1140 if (tzdefault == NULL)
1141 tzdefault = TZDEFAULT;
1167 dolink(lcltime, tzdefault, true);
1926 if (lcltime != NULL && strcmp(fields[ZF_NAME], tzdefault) == 0) {
1928 tzdefault);

Completed in 22 milliseconds