Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/jail/
Dcommand.c278 char *cs, *comcs, *devpath; in run_command() local
452 comcs = alloca(comstring->len + 1); in run_command()
453 strcpy(comcs, comstring->s); in run_command()
455 for (cs = strtok(comcs, " \t\f\v\r\n"); cs && argc < 4; in run_command()
606 comcs = alloca(comstring->len + 1); in run_command()
607 strcpy(comcs, comstring->s); in run_command()
609 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()
613 strcpy(comcs, comstring->s); in run_command()
615 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()