Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/jail/
H A Dcommand.c84 static struct cfstring dummystring = { .len = 1 }; variable
131 j->comstring = &dummystring; in next_command()
136 j->comstring = &dummystring; in next_command()
141 j->comstring = &dummystring; in next_command()
145 j->comstring = &dummystring; in next_command()
157 j->comstring = j->comstring == &dummystring ? NULL : in next_command()
607 j->comstring = &dummystring; in run_command()
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dfnmatch.c291 static const char dummystring[2] = {' ', 0}; in fnmatch() local
430 dummyptr = dummystring; in fnmatch()
/freebsd-13.1/contrib/apr/strings/
H A Dapr_fnmatch.c196 static const char dummystring[2] = {' ', 0}; in apr_fnmatch() local
330 dummyptr = dummystring; in apr_fnmatch()