Searched refs:quotes (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/scripts/kconfig/tests/preprocess/escape/ |
A D | Kconfig | 11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
|
/linux-6.3-rc2/lib/ |
A D | bootconfig.c | 563 int c, quotes = 0; in __xbc_parse_value() local 571 quotes = *v; in __xbc_parse_value() 578 if (quotes) { in __xbc_parse_value() 579 if (c != quotes) in __xbc_parse_value() 581 quotes = 0; in __xbc_parse_value() 597 if (quotes) in __xbc_parse_value()
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/networking/device_drivers/wifi/ |
A D | ray_cs.rst | 73 Add the parameters below between the empty quotes.
|
/linux-6.3-rc2/Documentation/networking/ |
A D | netconsole.rst | 62 complete string enclosed in "quotes", thusly::
|
/linux-6.3-rc2/Documentation/fb/ |
A D | fbcon.rst | 164 The only possible 'location' is 'center' (without quotes), and when
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/security/keys/ |
A D | trusted-encrypted.rst | 261 append 'keyhandle=0x81000001' to statements between quotes, such as
|
/linux-6.3-rc2/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 | 66 - 'name' : User defined event name. Single quotes (') may be used to
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | printk-formats.rst | 257 quotes)::
|
/linux-6.3-rc2/Documentation/trace/ |
A D | events.rst | 177 double-quotes can be used to prevent the shell from interpreting
|
A D | ftrace.rst | 2826 It is better to use quotes to enclose the wild cards,
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/admin-guide/laptops/ |
A D | thinkpad-acpi.rst | 1294 "full-speed" (without the quotes). Not all ThinkPads support the "auto"
|
Completed in 40 milliseconds