Searched refs:in_quote (Results 1 – 3 of 3) sorted by relevance
240 int in_quote = 0, quoted = 0; in next_arg() 244 in_quote = 1; in next_arg() 249 if (isspace(args[i]) && !in_quote) in next_arg() 256 in_quote = !in_quote; in next_arg() 230 int in_quote = 0, quoted = 0; next_arg() local
340 bool in_quote = false; in efi_convert_cmdline() local360 in_quote = !in_quote; in efi_convert_cmdline()361 else if (!in_quote && isspace((char)c)) in efi_convert_cmdline()
430 char in_quote = 0; in test_event_printk() local459 if (in_quote) { in test_event_printk()470 if (in_quote) { in test_event_printk()471 if (in_quote == fmt[i]) in test_event_printk()472 in_quote = 0; in test_event_printk()474 in_quote = fmt[i]; in test_event_printk()478 if (!first || !in_quote) in test_event_printk()543 if (in_quote) in test_event_printk()548 if (in_quote) in test_event_printk()559 if (in_quote || parens) in test_event_printk()