Home
last modified time | relevance | path

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

12

/linux/lib/
H A 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()
H A Dstring_helpers.c682 char *buffer, *quoted; in kstrdup_quotable_cmdline() local
702 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline()
704 return quoted; in kstrdup_quotable_cmdline()
/linux/rust/pin-init/internal/src/
H A Dpin_data.rs77 let mut quoted = quote!(::pin_init::__pin_data! { pin_data() localVariable
/linux/Documentation/devicetree/bindings/
H A D.yamllint4 quoted-strings:
/linux/kernel/debug/kdb/
H A Dkdb_main.c891 char *cpp, quoted; in kdb_parse() local
936 quoted = '\0'; in kdb_parse()
940 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
953 if (*cp == quoted) in kdb_parse()
954 quoted = '\0'; in kdb_parse()
956 quoted = *cp; in kdb_parse()
958 if (*cpp == '=' && !quoted) in kdb_parse()
/linux/tools/perf/Documentation/
H A Dperf-data.txt49 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
H A Dperf-diff.txt156 to be quoted e.g. --time "1234.567,1234.789 1235,"
H A Dperf-script.txt425 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
H A Dperf-report.txt487 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
H A Dperf-record.txt107 Each event is separated by commas and the group should be quoted to
/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst212 much be quoted. two mechanisms are available:
220 '\' must be quoted in this way.
/linux/Documentation/misc-devices/
H A Doxsemi-tornado.rst42 (including those quoted in Oxford Semiconductor documentation), giving
/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-cdc_ncm87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
/linux/tools/scripts/
H A Dutilities.mak90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
/linux/Documentation/process/
H A Dsecurity-bugs.rst37 It is much harder to have a context-quoted discussion about a complex
H A D2.Process.rst436 the quoted text you are responding to.) For more details, see
H A Dhowto.rst412 add your statements between the individual quoted sections instead of
H A Dsubmitting-patches.rst343 As is frequently quoted on the mailing list::
/linux/Documentation/admin-guide/
H A Dtainted-kernels.rst58 this on the machine that had the statements in the logs that were quoted earlier::
H A Dreporting-regressions.rst195 Linux creator and lead developer Linus Torvalds, some of which are quoted in
/linux/Documentation/usb/
H A Dehci.rst168 approach the quoted 480 MBit/sec transfer rate.
/linux/Documentation/i2c/
H A Di2c-topology.rst26 object (quoted, since it can also be an arbitrator or a gate).
/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst386 quoted or escaped, as above.
/linux/scripts/
H A Dcheckpatch.pl1418 my $quoted = "";
1453 $quoted = $1;
1459 $name = trim("$quoted $name");
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt98 double-quoted comment string on the second line. Such strings are ignored

12