Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dcmdline.c202 int in_quote = 0, quoted = 0; in next_arg() local
208 quoted = 1; in next_arg()
236 if (quoted && args[i-1] == '"') in next_arg()
Dstring_helpers.c576 char *buffer, *quoted; in kstrdup_quotable_cmdline() local
596 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline()
598 return quoted; in kstrdup_quotable_cmdline()