OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needs_quoting
(Results
1 - 1
of
1
) sorted by null
/system/netd/server/
ndc.c
91
bool
needs_quoting
= strchr(argv[i], ' ');
local
92
const char *format =
needs_quoting
? "%s\"%s\"%s" : "%s%s%s";
Completed in 596 milliseconds