Home
last modified time | relevance | path

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

/freebsd/usr.sbin/jail/
H A Dcommand.c120 if (j->comstring == NULL) { in next_command()
154 j->comstring = j->comstring == &dummystring ? NULL : in next_command()
160 if (j->comstring == NULL || j->comstring->len == 0 || in next_command()
345 comstring = j->comstring; in run_command()
352 strcpy(val, comstring->s); in run_command()
409 strcpy(val, comstring->s); in run_command()
457 argv[1] = comstring->s; in run_command()
601 + 4 * comstring->len in run_command()
606 jidstr, comstring->s, comstring->s, jidstr, in run_command()
607 comstring->s); in run_command()
[all …]
H A Djailp.h182 struct cfstring *comstring; member
H A Djail.c481 j->comstring = NULL; in main()
532 j->comstring = NULL; in main()