Searched defs:TZ (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/tm/
H A Dtminit.c90 static char TZ[256]; variable
100 if (TZ[0])
106 environ[0] = TZ;
109 if (TZ[0])
225 if (s = getenv("TZ"))
227 sfsprintf(TZ, sizeof(TZ), "TZ=%s", s);
232 environ[0] = TZ;
236 TZ[
[all...]

Completed in 22 milliseconds