Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/jail/
H A Dcommand.c108 if (j->comstring == NULL) { in next_command()
116 j->comstring = &dummystring; in next_command()
121 j->comstring = &dummystring; in next_command()
142 j->comstring = j->comstring == &dummystring ? NULL : in next_command()
148 if (j->comstring == NULL || j->comstring->len == 0 || in next_command()
331 comstring = j->comstring; in run_command()
338 strcpy(val, comstring->s); in run_command()
395 strcpy(val, comstring->s); in run_command()
443 argv[1] = comstring->s; in run_command()
454 strcpy(comcs, comstring->s); in run_command()
[all …]
H A Djailp.h178 struct cfstring *comstring; member
H A Djail.c447 j->comstring = NULL; in main()
492 j->comstring = NULL; in main()