Searched refs:comcs (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/jail/ |
H A D | command.c | 293 char *acs, *cs, *comcs, *devpath; in run_command() local 467 comcs = alloca(comstring->len + 1); in run_command() 468 strcpy(comcs, comstring->s); in run_command() 470 for (cs = strtok(comcs, " \t\f\v\r\n"); cs && argc < 4; in run_command() 604 comcs = alloca(comlen); in run_command() 605 ret = snprintf(comcs, comlen, fmt, comstring->s, in run_command() 614 argv[2] = comcs; in run_command() 646 comcs = alloca(comstring->len + 1); in run_command() 647 strcpy(comcs, comstring->s); in run_command() 649 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command() [all …]
|