Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c223 char *env_home = safe_malloc(len_home); in main() local
230 (void) snprintf(env_home, len_home, "HOME=%s", pw->pw_dir); in main()
237 env[0] = env_home; in main()