Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/jail/
H A Dcommand.c280 char *acs, *cs, *comcs, *devpath; in run_command() local
453 comcs = alloca(comstring->len + 1); in run_command()
454 strcpy(comcs, comstring->s); in run_command()
456 for (cs = strtok(comcs, " \t\f\v\r\n"); cs && argc < 4; in run_command()
608 comcs = alloca(comstring->len + 1); in run_command()
609 strcpy(comcs, comstring->s); in run_command()
611 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()
615 strcpy(comcs, comstring->s); in run_command()
617 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()