HomeSort by: relevance | last modified time | path
    Searched refs:TZDIR (Results 1 - 8 of 8) sorted by relevancy

  /src/include/
tzfile.h 25 #ifndef TZDIR /* Time zone object file directory */
26 # define TZDIR "/usr/share/zoneinfo"
27 #endif /* !defined TZDIR */
  /src/external/public-domain/tz/share/zoneinfo/
Makefile 26 # "Compiled" time zone information is placed in the "TZDIR" directory
28 # Use an absolute path name for TZDIR unless you're just testing the software.
31 TZDIR= /usr/share/zoneinfo
104 destfile=${DESTDIR}${TZDIR}/$${tzfile#./}; \
136 ${TZDISTDIR}/$$f ${DESTDIR}${TZDIR}; \
139 ${TZDISTDIR}/TZDATA_VERSION ${DESTDIR}${TZDIR}/TZDATA_VERSION
  /src/lib/libc/time/
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
Makefile 102 # "Compiled" timezone information is placed in the "TZDIR" directory
106 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
278 # -DOPENAT_TZDIR if tzset should use openat on TZDIR then a relative open.
293 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
530 ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)'
712 cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
765 tzdir.h:
770 '#ifndef TZDIR' \
771 '# define TZDIR "$(TZDIR)" /* TZif directory */'
    [all...]
localtime.c 465 name like "America/Los_Angeles", first open TZDIR (default
477 /* If compiled with -DSUPPRESS_TZDIR, do not prepend TZDIR to relative TZ.
973 /* TZDIR with a trailing '/'. It is null-terminated if OPENAT_TZDIR. */
977 static char const tzdirslash[sizeof TZDIR + OPENAT_TZDIR] = TZDIR "/";
978 enum { tzdirslashlen = sizeof TZDIR };
1003 enum { TZLOAD_TZDIR_SUB = 4 }; /* TZ should be a file under TZDIR. */
1041 subsidiary to TZDIR. Also, NAME is not a device. */
1065 as such a name could read a non-directory outside TZDIR
1077 O_RDONLY should be OK too, as TZDIR is invariably readable
    [all...]
zic.c 1394 directory = TZDIR;
  /src/external/public-domain/tz/dist/
Makefile 102 # "Compiled" timezone information is placed in the "TZDIR" directory
106 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
278 # -DOPENAT_TZDIR if tzset should use openat on TZDIR then a relative open.
293 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
530 ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)'
712 cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
765 tzdir.h:
770 '#ifndef TZDIR' \
771 '# define TZDIR "$(TZDIR)" /* TZif directory */'
    [all...]
  /src/etc/
Makefile 43 TZDIR= /usr/share/zoneinfo
264 CONFIGSYMLINKS+= ${TZDIR}/${LOCALTIME} /etc/localtime \

Completed in 67 milliseconds