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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c300 static const char *systemTZ; variable
2377 systemTZ = NULL;
2431 * it returns the system TZ; if the systemTZ has not yet been set, or
2445 if (systemTZ != NULL)
2446 return (systemTZ);
2457 systemTZ = _posix_gmt0;
2458 return (systemTZ);
2464 * while it has references to systemTZ (via zonename). If we
2465 * free the systemTZ, the reference via zonename can access
2466 * invalid memory when systemTZ i
[all...]

Completed in 519 milliseconds