Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/jail/
HDcommand.c270 char *acs, *cs, *comcs, *devpath; in run_command() local
443 comcs = alloca(comstring->len + 1); in run_command()
444 strcpy(comcs, comstring->s); in run_command()
446 for (cs = strtok(comcs, " \t\f\v\r\n"); cs && argc < 4; in run_command()
591 comcs = alloca(comstring->len + 1); in run_command()
592 strcpy(comcs, comstring->s); in run_command()
594 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()
598 strcpy(comcs, comstring->s); in run_command()
600 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()