Searched refs:in_quote (Results 1 – 2 of 2) sorted by relevance
204 int in_quote = 0, quoted = 0; in next_arg() local209 in_quote = 1; in next_arg()214 if (isspace(args[i]) && !in_quote) in next_arg()221 in_quote = !in_quote; in next_arg()
349 bool in_quote = false; in efi_convert_cmdline() local364 in_quote = !in_quote; in efi_convert_cmdline()365 else if (!in_quote && isspace((char)c)) in efi_convert_cmdline()