Lines Matching refs:comcs
293 char *acs, *cs, *comcs, *devpath; in run_command() local
485 comcs = alloca(comstring->len + 1); in run_command()
486 strcpy(comcs, comstring->s); in run_command()
488 for (cs = strtok(comcs, " \t\f\v\r\n"); cs && argc < 4; in run_command()
620 comcs = alloca(comlen); in run_command()
621 ret = snprintf(comcs, comlen, fmt, comstring->s, in run_command()
630 argv[2] = comcs; in run_command()
662 comcs = alloca(comstring->len + 1); in run_command()
663 strcpy(comcs, comstring->s); in run_command()
665 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()
669 strcpy(comcs, comstring->s); in run_command()
671 for (cs = strtok(comcs, " \t\f\v\r\n"); cs; in run_command()