Home
last modified time | relevance | path

Searched refs:dummystring (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/usr.sbin/jail/
H A Dcommand.c82 static struct cfstring dummystring = { .len = 1 }; variable
129 j->comstring = &dummystring; in next_command()
134 j->comstring = &dummystring; in next_command()
139 j->comstring = &dummystring; in next_command()
143 j->comstring = &dummystring; in next_command()
155 j->comstring = j->comstring == &dummystring ? NULL : in next_command()
605 j->comstring = &dummystring; in run_command()
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dfnmatch.c291 static const char dummystring[2] = {' ', 0}; in fnmatch() local
430 dummyptr = dummystring; in fnmatch()