Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/jail/
H A Dcommand.c123 if (j->comstring == NULL) { in next_command()
131 j->comstring = &dummystring; in next_command()
136 j->comstring = &dummystring; in next_command()
157 j->comstring = j->comstring == &dummystring ? NULL : in next_command()
163 if (j->comstring == NULL || j->comstring->len == 0 || in next_command()
348 comstring = j->comstring; in run_command()
355 strcpy(val, comstring->s); in run_command()
412 strcpy(val, comstring->s); in run_command()
460 argv[1] = comstring->s; in run_command()
471 strcpy(comcs, comstring->s); in run_command()
[all …]
H A Djailp.h180 struct cfstring *comstring; member
H A Djail.c449 j->comstring = NULL; in main()
494 j->comstring = NULL; in main()