Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/jail/
H A Dcommand.c121 if (j->comstring == NULL) { in next_command()
129 j->comstring = &dummystring; in next_command()
134 j->comstring = &dummystring; in next_command()
155 j->comstring = j->comstring == &dummystring ? NULL : in next_command()
161 if (j->comstring == NULL || j->comstring->len == 0 || in next_command()
346 comstring = j->comstring; in run_command()
353 strcpy(val, comstring->s); in run_command()
410 strcpy(val, comstring->s); in run_command()
458 argv[1] = comstring->s; in run_command()
469 strcpy(comcs, comstring->s); in run_command()
[all …]
H A Djailp.h181 struct cfstring *comstring; member
H A Djail.c447 j->comstring = NULL; in main()
492 j->comstring = NULL; in main()