Searched refs:TZDIR (Results 1 – 10 of 10) sorted by relevance
| /freebsd/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 | 173 start with TZDIR then '/' (default "/usr/share/zoneinfo/"). 627 TZDIR, and VERSION. 656 Due to the CC changes, TZDIR is now #defined in a file tzdir.h 658 now treated like TZDIR as they have similar roles. 2381 prepends TZDIR/ to file names that do not begin with '/'. This is 2515 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR,
|
| H A D | zic.c | 1373 directory = TZDIR; in main()
|
| /freebsd/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 | 173 start with TZDIR then '/' (default "/usr/share/zoneinfo/"). 627 TZDIR, and VERSION. 656 Due to the CC changes, TZDIR is now #defined in a file tzdir.h 658 now treated like TZDIR as they have similar roles. 2381 prepends TZDIR/ to file names that do not begin with '/'. This is 2515 TZDIR, MANDIR, and LIBDIR. New Makefile macros TZDEFAULT, USRDIR,
|
| /freebsd/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 ATF_TC_BODY() 390 len = snprintf(path, sizeof(path), "%s/////%s", TZDIR, tzcase->tzfn); in ATF_TC_BODY() 404 /* escape from TZDIR is permitted when not setugid */ in ATF_TC_BODY() 458 /* escape from TZDIR is not permitted when setugid */ in ATF_TP_ADD_TCS()
|
| /freebsd/lib/libc/gen/ |
| H A D | sysconf.c | 57 #define _PATH_ZONEINFO TZDIR /* from tzfile.h */
|