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()
128 j->comstring = &dummystring; in next_command()
133 j->comstring = &dummystring; in next_command()
138 j->comstring = &dummystring; in next_command()
142 j->comstring = &dummystring; in next_command()
147 j->comstring = create_failed || (stopping && in next_command()
154 j->comstring = j->comstring == &dummystring ? NULL : in next_command()
157 ? TAILQ_PREV(j->comstring, cfstrings, tq) in next_command()
158 : TAILQ_NEXT(j->comstring, tq); in next_command()
160 if (j->comstring == NULL || j->comstring->len == 0 || in next_command()
[all …]
H A Djailp.h182 struct cfstring *comstring; member
H A Djail.c497 j->comstring = NULL; in main()
548 j->comstring = NULL; in main()