Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/login/
H A Dlogin.c294 static char *Def_hertz = NULL; variable
1281 if ((Def_hertz = defread("HZ=")) != NULL) in defaults()
1282 Def_hertz = strdup(Def_hertz); in defaults()
2245 if (Def_hertz == NULL) in establish_user_environment()
2248 ENVSTRNCAT(hertz, Def_hertz); in establish_user_environment()