Searched refs:comlen (Results 1 – 1 of 1) sorted by relevance
296 size_t comlen, ret; in run_command() local599 comlen = strlen(fmt) in run_command()604 comcs = alloca(comlen); in run_command()605 ret = snprintf(comcs, comlen, fmt, comstring->s, in run_command()608 if (ret >= comlen) { in run_command()695 comlen = 0; in run_command()697 comlen += strlen(argv[i]) + 1; in run_command()698 j->comline = cs = emalloc(comlen); in run_command()