Searched refs:ki_env (Results 1 – 3 of 3) sorted by relevance
48 const char *ki_env; /* environment */ member
144 if (k->ki_env) { in command()145 if ((vis_env = malloc(strlen(k->ki_env) * 4 + 1)) in command()148 strvis(vis_env, k->ki_env, in command()
1302 ki->ki_env = fmt(kvm_getenvv, ki, in saveuser()1305 ki->ki_env = strdup("()"); in saveuser()1306 if (ki->ki_env == NULL) in saveuser()1309 ki->ki_env = NULL; in saveuser()