Searched refs:TZDIR (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/tzcode/ |
| H A D | tzdir.h | 4 #ifndef TZDIR 5 # define TZDIR "/usr/share/zoneinfo" /* TZif directory */ macro
|
| H A D | tzselect.ksh | 42 : ${TZDIR=$PWD} 192 read_file TZ_COUNTRY_TABLE "$TZDIR/iso3166.tab" 193 read_file TZ_ZONETABTYPE_TABLE "$TZDIR/$zonetabtype.tab" 446 ${TZ_ZONENOW_TABLE:+:} read_file TZ_ZONENOW_TABLE "$TZDIR/zonenow.tab" 731 TZ_for_date=$TZDIR/$tz
|
| H A D | Makefile | 106 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro 824 TZDIR='$(TZDIR)' \ 847 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only 848 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only 853 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only 854 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only 907 -e s\''\(TZDIR\)=[^}]*'\''\1=\'\''$(TZDIR)\'\'\' \
|
| H A D | localtime.c | 874 static char const tzdirslash[sizeof TZDIR + OPENAT_TZDIR] = TZDIR "/"; 875 enum { tzdirslashlen = sizeof TZDIR };
|
| H A D | NEWS | 136 start with TZDIR then '/' (default "/usr/share/zoneinfo/"). 590 TZDIR, and VERSION. 619 Due to the CC changes, TZDIR is now #defined in a file tzdir.h 621 now treated like TZDIR as they have similar roles. 2344 prepends TZDIR/ to file names that do not begin with '/'. This is 2478 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR,
|
| H A D | zic.c | 1369 directory = TZDIR; in main()
|
| /src/contrib/tzdata/ |
| H A D | Makefile | 106 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) macro 824 TZDIR='$(TZDIR)' \ 847 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only 848 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only 853 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only 854 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only 907 -e s\''\(TZDIR\)=[^}]*'\''\1=\'\''$(TZDIR)\'\'\' \
|
| H A D | NEWS | 136 start with TZDIR then '/' (default "/usr/share/zoneinfo/"). 590 TZDIR, and VERSION. 619 Due to the CC changes, TZDIR is now #defined in a file tzdir.h 621 now treated like TZDIR as they have similar roles. 2344 prepends TZDIR/ to file names that do not begin with '/'. This is 2478 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR,
|
| /src/lib/libc/tests/stdtime/ |
| H A D | detect_tz_changes_test.c | 70 static const char *zfn = TZDIR; in change_tz() 384 len = snprintf(path, sizeof(path), "%s/%s", TZDIR, tzcase->tzfn); in tz_env_common() 390 len = snprintf(path, sizeof(path), "%s/////%s", TZDIR, tzcase->tzfn); in tz_env_common()
|
| /src/lib/libc/gen/ |
| H A D | sysconf.c | 57 #define _PATH_ZONEINFO TZDIR /* from tzfile.h */
|