Home
last modified time | relevance | path

Searched refs:TZDIR (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/tzcode/
H A Dtzdir.h4 #ifndef TZDIR
5 # define TZDIR "/usr/share/zoneinfo" /* TZif directory */ macro
H A Dtzselect.ksh42 : ${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 DMakefile106 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 Dlocaltime.c874 static char const tzdirslash[sizeof TZDIR + OPENAT_TZDIR] = TZDIR "/";
875 enum { tzdirslashlen = sizeof TZDIR };
H A DNEWS173 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 Dzic.c1373 directory = TZDIR; in main()
/freebsd/contrib/tzdata/
H A DMakefile106 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 DNEWS173 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 Ddetect_tz_changes_test.c70 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 Dsysconf.c57 #define _PATH_ZONEINFO TZDIR /* from tzfile.h */