Home
last modified time | relevance | path

Searched refs:TZDEFAULT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dtzfile.h82 #ifndef TZDEFAULT
83 #define TZDEFAULT "localtime" macro
/illumos-gate/usr/src/uts/common/sys/
H A Dtzfile.h43 #define TZDEFAULT (getenv("TZ")) macro
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c586 dolink(lcltime, TZDEFAULT);
1011 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
1012 buf = erealloc(buf, (int)(132 + strlen(TZDEFAULT)));
1015 TZDEFAULT);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1439 if (name == NULL && (name = TZDEFAULT) == NULL) in load_zoneinfo()