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

/linux-master/lib/
H A Dcmdline.c230 int in_quote = 0, quoted = 0; local
234 in_quote = 1;
239 if (isspace(args[i]) && !in_quote)
246 in_quote = !in_quote;
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c337 bool in_quote = false; local
357 in_quote = !in_quote;
358 else if (!in_quote && isspace((char)c))
/linux-master/kernel/trace/
H A Dtrace_events.c290 char in_quote = 0; local
319 if (in_quote) {
330 if (in_quote) {
331 if (in_quote == fmt[i])
332 in_quote = 0;
334 in_quote = fmt[i];
338 if (!first || !in_quote)
388 if (in_quote)
393 if (in_quote)
404 if (in_quote || paren
[all...]

Completed in 149 milliseconds