Searched refs:comlen (Results 1 – 1 of 1) sorted by relevance
296 size_t comlen, ret; in run_command() local615 comlen = strlen(fmt) in run_command()620 comcs = alloca(comlen); in run_command()621 ret = snprintf(comcs, comlen, fmt, comstring->s, in run_command()624 if (ret >= comlen) { in run_command()711 comlen = 0; in run_command()713 comlen += strlen(argv[i]) + 1; in run_command()714 j->comline = cs = emalloc(comlen); in run_command()