Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/login/
H A Dlogin.c293 static char *tmp_tz = NULL; variable
2239 tmp_tz = Def_tz; in establish_user_environment()
2243 } else if (tmp_tz != NULL) { in establish_user_environment()
2244 Def_tz = tmp_tz; in establish_user_environment()