Home
last modified time | relevance | path

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

/dragonfly/bin/ps/
H A Dps.h43 const char *ki_env; /* environment */ member
H A Dprint.c132 if (k->ki_env) { in command()
133 if ((vis_env = malloc(strlen(k->ki_env) * 4 + 1)) == NULL) in command()
135 strvis(vis_env, k->ki_env, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
H A Dps.c597 ki->ki_env = getfmt(kvm_getenvv, ki, NULL, 0); in saveuser()
599 ki->ki_env = NULL; in saveuser()