Home
last modified time | relevance | path

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

/src/usr.sbin/jail/
H A Dcommand.c296 size_t comlen, ret; in run_command() local
615 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()