Home
last modified time | relevance | path

Searched refs:in_quote (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dcmdline.c204 int in_quote = 0, quoted = 0; in next_arg() local
209 in_quote = 1; in next_arg()
214 if (isspace(args[i]) && !in_quote) in next_arg()
221 in_quote = !in_quote; in next_arg()
/kernel/linux/linux-6.6/lib/
H 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()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c349 bool in_quote = false; in efi_convert_cmdline() local
364 in_quote = !in_quote; in efi_convert_cmdline()
365 else if (!in_quote && isspace((char)c)) in efi_convert_cmdline()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c287 bool in_quote = false; in efi_convert_cmdline() local
307 in_quote = !in_quote; in efi_convert_cmdline()
308 else if (!in_quote && isspace((char)c)) in efi_convert_cmdline()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events.c290 char in_quote = 0; in test_event_printk() local
319 if (in_quote) { in test_event_printk()
330 if (in_quote) { in test_event_printk()
331 if (in_quote == fmt[i]) in test_event_printk()
332 in_quote = 0; in test_event_printk()
334 in_quote = fmt[i]; in test_event_printk()
338 if (!first || !in_quote) in test_event_printk()
388 if (in_quote) in test_event_printk()
393 if (in_quote) in test_event_printk()
404 if (in_quote || paren in test_event_printk()
[all...]

Completed in 6 milliseconds