Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.6.21/lib/
Dcmdline.c230 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()
Dstring_helpers.c668 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.6.21/rust/macros/
Dpin_data.rs73 let mut quoted = quote!(::kernel::__pin_data! { in pin_data() localVariable
81 quoted.extend(errs); in pin_data()
82 quoted in pin_data()
/linux-6.6.21/Documentation/devicetree/bindings/
D.yamllint4 quoted-strings:
Dexample-schema.yaml113 # Property names starting with '#' must be quoted
/linux-6.6.21/Documentation/devicetree/bindings/leds/
Dqcom,pm8058-led.yaml14 LEDs, two "flash" LEDs and one "keypad backlight" LED. The names are quoted
/linux-6.6.21/kernel/debug/kdb/
Dkdb_main.c973 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.6.21/Documentation/filesystems/nfs/
Drpc-cache.rst212 much be quoted. two mechanisms are available:
220 '\' must be quoted in this way.
/linux-6.6.21/Documentation/process/
Dsecurity-bugs.rst30 It is much harder to have a context-quoted discussion about a complex
D2.Process.rst439 the quoted text you are responding to.) For more details, see
Dhowto.rst413 add your statements between the individual quoted sections instead of
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
/linux-6.6.21/Documentation/misc-devices/
Doxsemi-tornado.rst42 (including those quoted in Oxford Semiconductor documentation), giving
/linux-6.6.21/tools/scripts/
Dutilities.mak90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
/linux-6.6.21/tools/perf/Documentation/
Dperf-diff.txt156 to be quoted e.g. --time "1234.567,1234.789 1235,"
Dperf-script.txt407 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
Dperf-report.txt450 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
Dperf-record.txt103 Each event is separated by commas and the group should be quoted to
/linux-6.6.21/Documentation/admin-guide/
Dtainted-kernels.rst58 this on the machine that had the statements in the logs that were quoted earlier::
Dreporting-regressions.rst195 Linux creator and lead developer Linus Torvalds, some of which are quoted in
/linux-6.6.21/Documentation/usb/
Dehci.rst168 approach the quoted 480 MBit/sec transfer rate.
/linux-6.6.21/Documentation/dev-tools/kunit/
Drunning_tips.rst375 quoted or escaped, as above.
/linux-6.6.21/Documentation/i2c/
Di2c-topology.rst26 object (quoted, since it can also be an arbitrator or a gate).
/linux-6.6.21/scripts/
Dcheckpatch.pl1393 my $quoted = "";
1428 $quoted = $1;
1434 $name = trim("$quoted $name");
/linux-6.6.21/tools/memory-model/Documentation/
Dlitmus-tests.txt98 double-quoted comment string on the second line. Such strings are ignored

12