Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dcmdline.c230 int in_quote = 0, quoted = 0; in next_arg() local
234 in_quote = 1; in next_arg()
239 if (isspace(args[i]) && !in_quote) in next_arg()
246 in_quote = !in_quote; in next_arg()
/Linux-v6.1/drivers/firmware/efi/libstub/
Defi-stub-helper.c428 bool in_quote = false; in efi_convert_cmdline() local
448 in_quote = !in_quote; in efi_convert_cmdline()
449 else if (!in_quote && isspace((char)c)) in efi_convert_cmdline()
/Linux-v6.1/kernel/trace/
Dtrace_events.c273 char in_quote = 0; in test_event_printk() local
302 if (in_quote) { in test_event_printk()
313 if (in_quote) { in test_event_printk()
314 if (in_quote == fmt[i]) in test_event_printk()
315 in_quote = 0; in test_event_printk()
317 in_quote = fmt[i]; in test_event_printk()
321 if (!first || !in_quote) in test_event_printk()
371 if (in_quote) in test_event_printk()
376 if (in_quote) in test_event_printk()
387 if (in_quote || parens) in test_event_printk()