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

/opensolaris-onvv-gate/usr/src/head/
H A Dtzfile.h84 #ifndef TZDEFAULT
85 #define TZDEFAULT "localtime" macro
86 #endif /* !defined TZDEFAULT */
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtzfile.h45 #define TZDEFAULT (getenv("TZ")) macro
/opensolaris-onvv-gate/usr/src/cmd/zic/
H A Dzic.c585 dolink(lcltime, TZDEFAULT);
1010 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
1011 buf = erealloc(buf, (int)(132 + strlen(TZDEFAULT)));
1014 TZDEFAULT);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c318 if (name == NULL && (name = (const char *)TZDEFAULT) == NULL)
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1403 if (name == NULL && (name = TZDEFAULT) == NULL)
1910 * We loaded the TZDEFAULT which usually the one in US zones. We

Completed in 108 milliseconds