Home
last modified time | relevance | path

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

/freebsd/bin/ps/
H A Dps.h45 const char *ki_env; /* environment */ member
H A Dprint.c134 if (k->ki_env) { in command()
135 if ((vis_env = malloc(strlen(k->ki_env) * 4 + 1)) in command()
138 strvis(vis_env, k->ki_env, in command()
H A Dps.c1292 ki->ki_env = fmt(kvm_getenvv, ki, (char *)NULL, in saveuser()
1294 if (ki->ki_env == NULL) in saveuser()
1297 ki->ki_env = NULL; in saveuser()