/linux/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 | 678 char *buffer, *quoted; in kstrdup_quotable_cmdline() local 698 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline() 700 return quoted; in kstrdup_quotable_cmdline()
|
/linux/rust/macros/ |
H A D | pin_data.rs | 74 let mut quoted = quote!(::kernel::__pin_data! { in pin_data() localVariable 83 quoted.extend(errs); in pin_data() 84 quoted in pin_data()
|
/linux/Documentation/devicetree/bindings/ |
H A D | .yamllint | 4 quoted-strings:
|
/linux/kernel/debug/kdb/ |
H A D | kdb_main.c | 962 char *cpp, quoted; in kdb_parse() local 1007 quoted = '\0'; in kdb_parse() 1011 (escaped || quoted || !isspace(*cp))) { in kdb_parse() 1024 if (*cp == quoted) in kdb_parse() 1025 quoted = '\0'; in kdb_parse() 1027 quoted = *cp; in kdb_parse() 1029 if (*cpp == '=' && !quoted) in kdb_parse()
|
/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 212 much be quoted. two mechanisms are available: 220 '\' must be quoted in this way.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-cdc_ncm | 87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
|
/linux/Documentation/process/ |
H A D | security-bugs.rst | 30 It is much harder to have a context-quoted discussion about a complex
|
H A D | 2.Process.rst | 439 the quoted text you are responding to.) For more details, see
|
H A D | howto.rst | 412 add your statements between the individual quoted sections instead of
|
H A D | submitting-patches.rst | 343 As is frequently quoted on the mailing list::
|
H A D | coding-style.rst | 1145 instructions, put each instruction on a separate line in a separate quoted
|
/linux/Documentation/misc-devices/ |
H A D | oxsemi-tornado.rst | 42 (including those quoted in Oxford Semiconductor documentation), giving
|
/linux/tools/scripts/ |
H A D | utilities.mak | 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
|
/linux/tools/perf/Documentation/ |
H A D | perf-diff.txt | 156 to be quoted e.g. --time "1234.567,1234.789 1235,"
|
H A D | perf-script.txt | 414 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
|
H A D | perf-report.txt | 460 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
|
H A D | perf-record.txt | 103 Each event is separated by commas and the group should be quoted to
|
/linux/Documentation/admin-guide/ |
H A D | tainted-kernels.rst | 58 this on the machine that had the statements in the logs that were quoted earlier::
|
H A D | reporting-regressions.rst | 195 Linux creator and lead developer Linus Torvalds, some of which are quoted in
|
/linux/Documentation/usb/ |
H A D | ehci.rst | 168 approach the quoted 480 MBit/sec transfer rate.
|
/linux/Documentation/i2c/ |
H A D | i2c-topology.rst | 26 object (quoted, since it can also be an arbitrator or a gate).
|
/linux/Documentation/dev-tools/kunit/ |
H A D | running_tips.rst | 386 quoted or escaped, as above.
|
/linux/scripts/ |
H A D | checkpatch.pl | 1398 my $quoted = ""; 1433 $quoted = $1; 1439 $name = trim("$quoted $name");
|
/linux/tools/memory-model/Documentation/ |
H A D | litmus-tests.txt | 98 double-quoted comment string on the second line. Such strings are ignored
|