Searched refs:quoted (Results 1 – 22 of 22) sorted by relevance
/linux/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 && args[i-1] == '"') in next_arg()
|
A D | string_helpers.c | 623 char *buffer, *quoted; in kstrdup_quotable_cmdline() local 643 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline() 645 return quoted; in kstrdup_quotable_cmdline()
|
/linux/kernel/debug/kdb/ |
A D | kdb_main.c | 921 char *cpp, quoted; in kdb_parse() local 966 quoted = '\0'; in kdb_parse() 970 (escaped || quoted || !isspace(*cp))) { in kdb_parse() 983 if (*cp == quoted) in kdb_parse() 984 quoted = '\0'; in kdb_parse() 986 quoted = *cp; in kdb_parse() 988 if (*cpp == '=' && !quoted) in kdb_parse()
|
/linux/Documentation/devicetree/bindings/leds/ |
A D | leds-pm8058.txt | 6 quoted because sometimes these LED drivers are used for wildly
|
/linux/Documentation/ide/ |
A D | ide-tape.rst | 42 Here are some words from the first releases of hd.c, which are quoted
|
/linux/Documentation/filesystems/nfs/ |
A D | rpc-cache.rst | 212 much be quoted. two mechanisms are available: 220 '\' must be quoted in this way.
|
/linux/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::
|
/linux/tools/scripts/ |
A D | utilities.mak | 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-net-cdc_ncm | 87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
|
/linux/Documentation/devicetree/bindings/ |
A D | example-schema.yaml | 111 # Property names starting with '#' must be quoted
|
/linux/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 | 389 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
|
A D | perf-report.txt | 443 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
|
A D | perf-record.txt | 115 Each event is separated by commas and the group should be quoted to
|
/linux/Documentation/usb/ |
A D | ehci.rst | 168 approach the quoted 480 MBit/sec transfer rate.
|
/linux/Documentation/i2c/ |
A D | i2c-topology.rst | 24 object (quoted, since it can also be an arbitrator or a gate).
|
/linux/scripts/ |
A D | checkpatch.pl | 1355 my $quoted = ""; 1390 $quoted = $1; 1396 $name = trim("$quoted $name");
|
/linux/Documentation/process/ |
A D | 2.Process.rst | 444 - 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/tools/memory-model/Documentation/ |
A D | litmus-tests.txt | 98 double-quoted comment string on the second line. Such strings are ignored
|
Completed in 41 milliseconds