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

/ast/src/lib/libast/tm/
H A Dtminit.c91 static char TZ[256]; variable
101 if (TZ[0])
107 environ[0] = TZ;
110 if (TZ[0])
226 if (s = getenv("TZ"))
228 sfsprintf(TZ, sizeof(TZ), "TZ=%s", s);
233 environ[0] = TZ;
237 TZ[
[all...]

Completed in 10 milliseconds