Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/jail/
H A Dcommand.c83 static struct cfstring dummystring = { .len = 1 }; variable
116 j->comstring = &dummystring; in next_command()
121 j->comstring = &dummystring; in next_command()
126 j->comstring = &dummystring; in next_command()
130 j->comstring = &dummystring; in next_command()
142 j->comstring = j->comstring == &dummystring ? NULL : in next_command()
591 j->comstring = &dummystring; in run_command()
/freebsd-12.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()