Searched refs:quoted (Results 1 - 6 of 6) sorted by relevance

/linux-master/lib/
H A Dcmdline.c230 int in_quote = 0, quoted = 0; local
235 quoted = 1;
263 if (quoted && i > 0 && args[i-1] == '"')
H A Dstring_helpers.c675 char *buffer, *quoted; local
695 quoted = kstrdup_quotable(buffer, gfp);
697 return quoted;
/linux-master/tools/bpf/bpftool/
H A Dmain.c302 p_err("unterminated quoted string in command %d",
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c910 kdb_printf("invalid quoted string, see grephelp\n");
972 char *cpp, quoted; local
1017 quoted = '\0';
1021 (escaped || quoted || !isspace(*cp))) {
1034 if (*cp == quoted)
1035 quoted = '\0';
1037 quoted = *cp;
1039 if (*cpp == '=' && !quoted)
/linux-master/tools/scripts/
H A Dutilities.mak90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
/linux-master/scripts/
H A Dcheckpatch.pl1394 my $quoted = "";
1426 # Extract comments from names excluding quoted parts
1429 $quoted = $1;
1435 $name = trim("$quoted $name");
3854 # a quoted string starts before $max_line_length
6265 "quoted string split across lines\n" . $hereprev) &&
6293 "break quoted strings at a space character\n" . $hereprev);
6319 # check for spaces before a quoted newline
6322 "unnecessary whitespace before a quoted newline\n" . $herecurr) &&
6380 # check for line continuations in quoted string
[all...]

Completed in 162 milliseconds