Searched refs:comline (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/jail/
H A Dcommand.c203 jail_warnx(j, "%s: timed out", j->comline);
211 j->comline, WTERMSIG(j->pstatus));
213 jail_warnx(j, "%s: failed", j->comline);
218 free(j->comline);
219 j->comline = NULL;
698 j->comline = cs = emalloc(comlen);
709 username ? username : "", j->comline);
716 free(j->comline);
717 j->comline = NULL;
H A Djailp.h176 char *comline; member in struct:cfjail

Completed in 76 milliseconds