Searched refs:quoted (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | cmdline.c | 204 int in_quote = 0, quoted = 0; in next_arg() local 210 quoted = 1; in next_arg() 238 if (quoted && args[i-1] == '"') in next_arg()
|
H A D | string_helpers.c | 599 char *buffer, *quoted; in kstrdup_quotable_cmdline() local 619 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline() 621 return quoted; in kstrdup_quotable_cmdline()
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | pin_data.rs | 73 let mut quoted = quote!(::kernel::__pin_data! { variables 81 quoted.extend(errs); 82 quoted
|
/kernel/linux/linux-6.6/lib/ |
H A D | cmdline.c | 230 int in_quote = 0, quoted = 0; in next_arg() local 235 quoted = 1; in next_arg() 263 if (quoted && i > 0 && args[i-1] == '"') in next_arg()
|
H A D | string_helpers.c | 668 char *buffer, *quoted; in kstrdup_quotable_cmdline() local 688 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline() 690 return quoted; in kstrdup_quotable_cmdline()
|
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
H A D | kdb_main.c | 913 kdb_printf("invalid quoted string, see grephelp\n"); in parse_grep() 975 char *cpp, quoted; in kdb_parse() local 1020 quoted = '\0'; in kdb_parse() 1024 (escaped || quoted || !isspace(*cp))) { in kdb_parse() 1037 if (*cp == quoted) in kdb_parse() 1038 quoted = '\0'; in kdb_parse() 1040 quoted = *cp; in kdb_parse() 1042 if (*cpp == '=' && !quoted) in kdb_parse()
|
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 911 kdb_printf("invalid quoted string, see grephelp\n"); in parse_grep() 973 char *cpp, quoted; in kdb_parse() local 1018 quoted = '\0'; in kdb_parse() 1022 (escaped || quoted || !isspace(*cp))) { in kdb_parse() 1035 if (*cp == quoted) in kdb_parse() 1036 quoted = '\0'; in kdb_parse() 1038 quoted = *cp; in kdb_parse() 1040 if (*cpp == '=' && !quoted) in kdb_parse()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | main.c | 228 p_err("unterminated quoted string in command %d", in make_args()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | main.c | 302 p_err("unterminated quoted string in command %d", in make_args()
|
/kernel/linux/linux-5.10/tools/scripts/ |
H A D | utilities.mak | 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A D | utilities.mak | 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 1393 my $quoted = ""; 1425 # Extract comments from names excluding quoted parts 1428 $quoted = $1; 1434 $name = trim("$quoted $name"); 3853 # a quoted string starts before $max_line_length 6264 "quoted string split across lines\n" . $hereprev) && 6292 "break quoted strings at a space character\n" . $hereprev); 6318 # check for spaces before a quoted newline 6321 "unnecessary whitespace before a quoted newline\n" . $herecurr) && 6379 # check for line continuations in quoted string [all...] |
Completed in 25 milliseconds