Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/jail/
HDcommand.c294 char *acs, *cs, *comcs, *devpath; in run_command() local
468 comcs = alloca(comstring->len + 1); in run_command()
469 strcpy(comcs, comstring->s); in run_command()
471 for (cs = strtok(comcs, " \t\f\v\r\n"); cs && argc < 4; in run_command()
622 comcs = alloca(comstring->len + 1); in run_command()
623 strcpy(comcs, comstring->s); in run_command()
625 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()
629 strcpy(comcs, comstring->s); in run_command()
631 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()