Home
last modified time | relevance | path

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

/lib/
Dcmdline.c204 int in_quote = 0, quoted = 0; in next_arg() local
210 quoted = 1; in next_arg()
238 if (quoted && args[i-1] == '"') in next_arg()
Dstring_helpers.c599 char *buffer, *quoted; in kstrdup_quotable_cmdline() local
619 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline()
621 return quoted; in kstrdup_quotable_cmdline()