Searched refs:TZDEFAULT (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/tzcode/ |
| H A D | tzdir.h | 1 #ifndef TZDEFAULT 2 # define TZDEFAULT "/etc/localtime" /* default zone */ macro
|
| H A D | Makefile | 94 TZDEFAULT = $(TOPDIR)/etc/localtime macro 823 TZDEFAULT='$(TZDEFAULT)' \
|
| H A D | localtime.c | 927 name = TZDEFAULT; in tzloadbody() 942 if (name[0] == '/' && strcmp(name, TZDEFAULT) != 0) { in tzloadbody()
|
| H A D | zic.c | 1371 tzdefault = TZDEFAULT; in main()
|
| H A D | NEWS | 135 unless they are TZDEFAULT (default "/etc/localtime") or 620 built by 'make', not in a $(CC) -D option. Also, TZDEFAULT is 2478 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR, 2503 this location can be configured via the new TZDEFAULT makefile
|
| /src/lib/libc/tests/stdtime/ |
| H A D | detect_tz_changes_test.c | 71 static const char *tfn = "root" TZDEFAULT ".tmp"; in change_tz() 72 static const char *dfn = "root" TZDEFAULT; in change_tz()
|
| /src/contrib/tzdata/ |
| H A D | Makefile | 94 TZDEFAULT = $(TOPDIR)/etc/localtime macro 823 TZDEFAULT='$(TZDEFAULT)' \
|
| H A D | NEWS | 135 unless they are TZDEFAULT (default "/etc/localtime") or 620 built by 'make', not in a $(CC) -D option. Also, TZDEFAULT is 2478 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR, 2503 this location can be configured via the new TZDEFAULT makefile
|