Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/jail/
H A Dcommand.c296 char *acs, *cs, *comcs, *devpath; in run_command() local
470 comcs = alloca(comstring->len + 1); in run_command()
471 strcpy(comcs, comstring->s); in run_command()
473 for (cs = strtok(comcs, " \t\f\v\r\n"); cs && argc < 4; in run_command()
624 comcs = alloca(comstring->len + 1); in run_command()
625 strcpy(comcs, comstring->s); in run_command()
627 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()
631 strcpy(comcs, comstring->s); in run_command()
633 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()