Home
last modified time | relevance | path

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

/src/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 DNEWS136 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 Dzic.c1369 directory = TZDIR; in main()
/src/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 DNEWS136 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 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 tz_env_common()
390 len = snprintf(path, sizeof(path), "%s/////%s", TZDIR, tzcase->tzfn); in tz_env_common()
/src/lib/libc/gen/
H A Dsysconf.c57 #define _PATH_ZONEINFO TZDIR /* from tzfile.h */