Searched refs:TZDIR (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/
H A Dtzfile.h80 #ifndef TZDIR
81 #define TZDIR "/usr/share/lib/zoneinfo" /* Time zone object file directory */ macro
82 #endif /* !defined TZDIR */
/illumos-gate/usr/src/uts/common/sys/
H A Dtzfile.h43 #define TZDIR "/usr/share/lib/zoneinfo" /* Time zone object file directory */ macro
/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.ksh50 TZDIR=/usr/share/lib/zoneinfo
83 TZ_COUNTRY_TABLE=$TZDIR/tab/country.tab
84 TZ_ZONE_TABLE=$TZDIR/tab/zone_sun.tab
360 TZ_for_date=$TZDIR/$TZ
H A Dzic.c545 directory = TZDIR;
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c811 #define LEN_TZDIR (sizeof (TZDIR) - 1)
881 "%s%s/%s", root, TZDIR, timezone);
888 "%s/%s", TZDIR, timezone);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c118 #define LEN_TZDIR (sizeof (TZDIR) - 1)
1452 (void) strcpy(fullname, TZDIR "/");
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c328 if ((p = TZDIR) == NULL)

Completed in 91 milliseconds