Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 29) sorted by relevance

12

/kernel/liteos_a/apps/shell/src/
Dshcmdparse.c110 bool quotes = FALSE; in OsCmdTokenSplit() local
118 SWITCH_QUOTES_STATUS(quotes); in OsCmdTokenSplit()
123 if ((*p == split) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdTokenSplit()
Dshcmd.c391 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()
Dshmsg.c319 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/
Dshcmdparse.c111 BOOL quotes = FALSE; in OsCmdTokenSplit() local
119 SWITCH_QUOTES_STATUS(quotes); in OsCmdTokenSplit()
124 if ((*p == split) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdTokenSplit()
Dshmsg.c76 BOOL quotes = FALSE; in GetCmdName() local
93 SWITCH_QUOTES_STATUS(quotes); in GetCmdName()
100 if ((*tmpStr == ' ') && (QUOTES_STATUS_CLOSE(quotes))) { in GetCmdName()
Dshcmd.c111 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/
Dshcmdparse.c111 BOOL quotes = FALSE; in OsCmdTokenSplit() local
119 SWITCH_QUOTES_STATUS(quotes); in OsCmdTokenSplit()
124 if ((*p == split) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdTokenSplit()
Dshmsg.c236 BOOL quotes = FALSE; in ShellMsgNameGetAndExec() local
247 SWITCH_QUOTES_STATUS(quotes); in ShellMsgNameGetAndExec()
254 if ((*tmpStr == ' ') && (QUOTES_STATUS_CLOSE(quotes))) { in ShellMsgNameGetAndExec()
Dshcmd.c438 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/
DKconfig11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
/kernel/linux/linux-5.10/lib/
Dbootconfig.c468 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/
DKbuild.include299 # 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/
Dutilities.mak51 # 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/
Dbootconfig.rst36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
37 you can not escape these quotes.
Dkernel-parameters.rst38 Double-quotes can be used to protect spaces in values, e.g.::
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/wifi/
Dray_cs.rst73 Add the parameters below between the empty quotes.
/kernel/linux/linux-5.10/Documentation/security/keys/
Dtrusted-encrypted.rst112 append 'keyhandle=0x81000001' to statements between quotes, such as
/kernel/linux/linux-5.10/Documentation/networking/
Dnetconsole.rst62 complete string enclosed in "quotes", thusly::
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/dec/
Dde4x5.rst188 be used. Note the use of single quotes in the two examples above and the
/kernel/linux/linux-5.10/Documentation/kbuild/
Dkconfig-language.rst292 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/
Dfbcon.rst164 The only possible 'location' is 'center' (without quotes), and when
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-probe.txt190 …hell, so you might need to pass double backslash (\\) or wrapping with single quotes (\'AAA\@BBB').
Dperf-record.txt64 - 'name' : User defined event name. Single quotes (') may be used to
/kernel/linux/linux-5.10/Documentation/core-api/
Dprintk-formats.rst222 quotes)::
/kernel/linux/linux-5.10/Documentation/trace/
Devents.rst177 double-quotes can be used to prevent the shell from interpreting

12