Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-pubkey.c404 char **child_env; in subprocess() local
455 child_env = xcalloc(sizeof(*child_env), envsize); in subprocess()
456 child_set_env(&child_env, &envsize, "PATH", _PATH_STDPATH); in subprocess()
457 child_set_env(&child_env, &envsize, "USER", pw->pw_name); in subprocess()
458 child_set_env(&child_env, &envsize, "LOGNAME", pw->pw_name); in subprocess()
459 child_set_env(&child_env, &envsize, "HOME", pw->pw_dir); in subprocess()
461 child_set_env(&child_env, &envsize, "LANG", cp); in subprocess()
496 execve(av[0], av, child_env); in subprocess()