/kernel/liteos_a/apps/shell/src/ |
D | shcmdparse.c | 110 bool quotes = FALSE; in OsCmdTokenSplit() local 118 SWITCH_QUOTES_STATUS(quotes); in OsCmdTokenSplit() 123 if ((*p == split) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdTokenSplit()
|
D | shcmd.c | 391 bool quotes = FALSE; in OsCmdKeyShift() local 413 SWITCH_QUOTES_STATUS(quotes); in OsCmdKeyShift() 420 …ey == ' ') && ((*(cmdKey + 1) == ' ') || (*(cmdKey + 1) == '\0')) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdKeyShift()
|
D | shmsg.c | 319 bool quotes = FALSE; in GetCmdName() local 336 SWITCH_QUOTES_STATUS(quotes); in GetCmdName() 343 if ((*tmpStr == ' ') && (QUOTES_STATUS_CLOSE(quotes))) { in GetCmdName()
|
/kernel/liteos_m/components/shell/src/base/ |
D | shcmdparse.c | 111 BOOL quotes = FALSE; in OsCmdTokenSplit() local 119 SWITCH_QUOTES_STATUS(quotes); in OsCmdTokenSplit() 124 if ((*p == split) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdTokenSplit()
|
D | shmsg.c | 76 BOOL quotes = FALSE; in GetCmdName() local 93 SWITCH_QUOTES_STATUS(quotes); in GetCmdName() 100 if ((*tmpStr == ' ') && (QUOTES_STATUS_CLOSE(quotes))) { in GetCmdName()
|
D | shcmd.c | 111 BOOL quotes = FALSE; in OsCmdKeyShift() local 133 SWITCH_QUOTES_STATUS(quotes); in OsCmdKeyShift() 140 …ey == ' ') && ((*(cmdKey + 1) == ' ') || (*(cmdKey + 1) == '\0')) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdKeyShift()
|
/kernel/liteos_a/shell/full/src/base/ |
D | shcmdparse.c | 111 BOOL quotes = FALSE; in OsCmdTokenSplit() local 119 SWITCH_QUOTES_STATUS(quotes); in OsCmdTokenSplit() 124 if ((*p == split) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdTokenSplit()
|
D | shmsg.c | 236 BOOL quotes = FALSE; in ShellMsgNameGetAndExec() local 247 SWITCH_QUOTES_STATUS(quotes); in ShellMsgNameGetAndExec() 254 if ((*tmpStr == ' ') && (QUOTES_STATUS_CLOSE(quotes))) { in ShellMsgNameGetAndExec()
|
D | shcmd.c | 438 BOOL quotes = FALSE; in OsCmdKeyShift() local 459 SWITCH_QUOTES_STATUS(quotes); in OsCmdKeyShift() 466 …ey == ' ') && ((*(cmdKey + 1) == ' ') || (*(cmdKey + 1) == '\0')) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdKeyShift()
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
|
/kernel/linux/linux-5.10/lib/ |
D | bootconfig.c | 468 int c, quotes = 0; in __xbc_parse_value() local 476 quotes = *v; in __xbc_parse_value() 483 if (quotes) { in __xbc_parse_value() 484 if (c != quotes) in __xbc_parse_value() 486 quotes = 0; in __xbc_parse_value() 502 if (quotes) in __xbc_parse_value()
|
/kernel/linux/linux-5.10/scripts/ |
D | Kbuild.include | 299 # passing to shell commands. It is surrounded by double-quotes, and 300 # any double-quotes or backslashes within it are escaped by 304 # surrounding quotes and the escaping from quotes and backslashes, and 320 # enough. It'll strip the quotes in the common case where there's no 321 # space and it's a simple filename, and it'll retain the quotes when 325 # and double quotes, backslashes and spaces in the filenames.
|
/kernel/linux/linux-5.10/tools/scripts/ |
D | utilities.mak | 51 # single-quotes, so be wary of the characters 67 # delimited by shell single-quotes, so be wary 84 # single-quotes.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | bootconfig.rst | 36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that 37 you can not escape these quotes.
|
D | kernel-parameters.rst | 38 Double-quotes can be used to protect spaces in values, e.g.::
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/wifi/ |
D | ray_cs.rst | 73 Add the parameters below between the empty quotes.
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
D | trusted-encrypted.rst | 112 append 'keyhandle=0x81000001' to statements between quotes, such as
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | netconsole.rst | 62 complete string enclosed in "quotes", thusly::
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/dec/ |
D | de4x5.rst | 188 be used. Note the use of single quotes in the two examples above and the
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | kconfig-language.rst | 292 always surrounded by single or double quotes. Within the quote, any 293 other character is allowed and the quotes can be escaped using '\'.
|
/kernel/linux/linux-5.10/Documentation/fb/ |
D | fbcon.rst | 164 The only possible 'location' is 'center' (without quotes), and when
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-probe.txt | 190 …hell, so you might need to pass double backslash (\\) or wrapping with single quotes (\'AAA\@BBB').
|
D | perf-record.txt | 64 - 'name' : User defined event name. Single quotes (') may be used to
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | printk-formats.rst | 222 quotes)::
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | events.rst | 177 double-quotes can be used to prevent the shell from interpreting
|