Home
last modified time | relevance | path

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

/system/netd/
Dndc.c91 bool needs_quoting = index(argv[i], ' '); in do_cmd() local
92 const char *format = needs_quoting ? "%s\"%s\"%s" : "%s%s%s"; in do_cmd()