Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A 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-6.3-rc2/drivers/firmware/efi/libstub/
A Defi-stub-helper.c285 bool in_quote = false; in efi_convert_cmdline() local
305 in_quote = !in_quote; in efi_convert_cmdline()
306 else if (!in_quote && isspace((char)c)) in efi_convert_cmdline()
/linux-6.3-rc2/kernel/trace/
A Dtrace_events.c288 char in_quote = 0; in test_event_printk() local
317 if (in_quote) { in test_event_printk()
328 if (in_quote) { in test_event_printk()
329 if (in_quote == fmt[i]) in test_event_printk()
330 in_quote = 0; in test_event_printk()
332 in_quote = fmt[i]; in test_event_printk()
336 if (!first || !in_quote) in test_event_printk()
386 if (in_quote) in test_event_printk()
391 if (in_quote) in test_event_printk()
402 if (in_quote || parens) in test_event_printk()

Completed in 21 milliseconds