Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/jail/
H A Dcommand.c297 size_t comlen; in run_command() local
671 comlen = 0; in run_command()
673 comlen += strlen(argv[i]) + 1; in run_command()
674 j->comline = cs = emalloc(comlen); in run_command()