Searched refs:quotes (Results 1 – 20 of 20) sorted by relevance
/linux/scripts/ |
A D | Kbuild.include | 201 # passing to shell commands. It is surrounded by double-quotes, and 202 # any double-quotes or backslashes within it are escaped by 206 # surrounding quotes and the escaping from quotes and backslashes, and 222 # enough. It'll strip the quotes in the common case where there's no 223 # space and it's a simple filename, and it'll retain the quotes when 227 # and double quotes, backslashes and spaces in the filenames.
|
/linux/scripts/kconfig/tests/preprocess/escape/ |
A D | Kconfig | 11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
|
/linux/lib/ |
A D | bootconfig.c | 550 int c, quotes = 0; in __xbc_parse_value() local 558 quotes = *v; in __xbc_parse_value() 565 if (quotes) { in __xbc_parse_value() 566 if (c != quotes) in __xbc_parse_value() 568 quotes = 0; in __xbc_parse_value() 584 if (quotes) in __xbc_parse_value()
|
/linux/tools/scripts/ |
A D | utilities.mak | 51 # single-quotes, so be wary of the characters 67 # delimited by shell single-quotes, so be wary 84 # single-quotes.
|
/linux/Documentation/admin-guide/ |
A D | bootconfig.rst | 36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that 37 you can not escape these quotes.
|
A D | kernel-parameters.rst | 38 Double-quotes can be used to protect spaces in values, e.g.::
|
/linux/Documentation/networking/device_drivers/wifi/ |
A D | ray_cs.rst | 73 Add the parameters below between the empty quotes.
|
/linux/Documentation/networking/ |
A D | netconsole.rst | 62 complete string enclosed in "quotes", thusly::
|
/linux/Documentation/networking/device_drivers/ethernet/dec/ |
A D | de4x5.rst | 188 be used. Note the use of single quotes in the two examples above and the
|
/linux/Documentation/security/keys/ |
A D | trusted-encrypted.rst | 216 append 'keyhandle=0x81000001' to statements between quotes, such as
|
/linux/Documentation/kbuild/ |
A D | kconfig-language.rst | 277 always surrounded by single or double quotes. Within the quote, any 278 other character is allowed and the quotes can be escaped using '\'.
|
/linux/Documentation/fb/ |
A D | fbcon.rst | 164 The only possible 'location' is 'center' (without quotes), and when
|
/linux/tools/perf/Documentation/ |
A D | perf-probe.txt | 190 …hell, so you might need to pass double backslash (\\) or wrapping with single quotes (\'AAA\@BBB').
|
A D | perf-record.txt | 64 - 'name' : User defined event name. Single quotes (') may be used to
|
/linux/Documentation/core-api/ |
A D | printk-formats.rst | 257 quotes)::
|
/linux/Documentation/trace/ |
A D | events.rst | 177 double-quotes can be used to prevent the shell from interpreting
|
A D | ftrace.rst | 2814 It is better to use quotes to enclose the wild cards,
|
/linux/drivers/scsi/aic7xxx/ |
A D | aic7xxx.seq | 756 * Cacheline aligned is in quotes because the kernel will
|
A D | aic79xx.seq | 1525 * Cacheline aligned is in quotes because the kernel will
|
/linux/Documentation/admin-guide/laptops/ |
A D | thinkpad-acpi.rst | 1294 "full-speed" (without the quotes). Not all ThinkPads support the "auto"
|
Completed in 44 milliseconds