Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dtzfile.h84 #ifndef TZDEFAULT
85 #define TZDEFAULT "localtime" macro
/titanic_50/usr/src/uts/common/sys/
H A Dtzfile.h45 #define TZDEFAULT (getenv("TZ")) macro
/titanic_50/usr/src/cmd/zic/
H A Dzic.c584 dolink(lcltime, TZDEFAULT);
1009 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
1010 buf = erealloc(buf, (int)(132 + strlen(TZDEFAULT)));
1013 TZDEFAULT);
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c318 if (name == NULL && (name = (const char *)TZDEFAULT) == NULL)
/titanic_50/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1439 if (name == NULL && (name = TZDEFAULT) == NULL) in load_zoneinfo()