Searched refs:quoted (Results 1 – 23 of 23) sorted by relevance
/linux-6.3-rc2/lib/ |
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()
|
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()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/ |
A D | qcom,pm8058-led.yaml | 14 LEDs, two "flash" LEDs and one "keypad backlight" LED. The names are quoted
|
/linux-6.3-rc2/kernel/debug/kdb/ |
A D | kdb_main.c | 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()
|
/linux-6.3-rc2/Documentation/filesystems/nfs/ |
A D | rpc-cache.rst | 212 much be quoted. two mechanisms are available: 220 '\' must be quoted in this way.
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | security-bugs.rst | 30 It is much harder to have a context-quoted discussion about a complex
|
A D | tainted-kernels.rst | 58 this on the machine that had the statements in the logs that were quoted earlier::
|
A D | reporting-regressions.rst | 195 Linux creator and lead developer Linus Torvalds, some of which are quoted in
|
/linux-6.3-rc2/tools/scripts/ |
A D | utilities.mak | 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-net-cdc_ncm | 87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
|
/linux-6.3-rc2/Documentation/misc-devices/ |
A D | oxsemi-tornado.rst | 42 (including those quoted in Oxford Semiconductor documentation), giving
|
/linux-6.3-rc2/Documentation/devicetree/bindings/ |
A D | example-schema.yaml | 111 # Property names starting with '#' must be quoted
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-diff.txt | 156 to be quoted e.g. --time "1234.567,1234.789 1235,"
|
A D | perf-script.txt | 407 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
|
A D | perf-report.txt | 446 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
|
A D | perf-record.txt | 117 Each event is separated by commas and the group should be quoted to
|
/linux-6.3-rc2/Documentation/usb/ |
A D | ehci.rst | 168 approach the quoted 480 MBit/sec transfer rate.
|
/linux-6.3-rc2/Documentation/i2c/ |
A D | i2c-topology.rst | 26 object (quoted, since it can also be an arbitrator or a gate).
|
/linux-6.3-rc2/scripts/ |
A D | checkpatch.pl | 1375 my $quoted = ""; 1410 $quoted = $1; 1416 $name = trim("$quoted $name");
|
/linux-6.3-rc2/Documentation/process/ |
A D | 2.Process.rst | 437 - Avoid top-posting (the practice of putting your answer above the quoted
|
A D | howto.rst | 413 add your statements between the individual quoted sections instead of
|
A D | coding-style.rst | 1129 instructions, put each instruction on a separate line in a separate quoted
|
/linux-6.3-rc2/tools/memory-model/Documentation/ |
A D | litmus-tests.txt | 98 double-quoted comment string on the second line. Such strings are ignored
|
Completed in 64 milliseconds