Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/shell/
Dshell_utils.c103 char quote = 0; in make_argv() local
112 if (!quote) { in make_argv()
124 quote = c; in make_argv()
131 if (quote == c) { in make_argv()
133 quote = 0; in make_argv()
137 if (quote && c == '\\') { in make_argv()
140 if (t == quote) { in make_argv()
197 if (!quote && isspace((int) c) != 0) { in make_argv()
205 return quote; in make_argv()
212 char quote = 0; in z_shell_make_argv() local
[all …]
Dshell.c638 char quote; in execute() local
676 quote = z_shell_make_argv(&argc, argvp, cmd_buf, 2); in execute()
681 } else if ((argc == 1) && (quote != 0)) { in execute()
683 "not terminated: %c\n", quote); in execute()
/Zephyr-latest/scripts/west_commands/
Drun_tests.py34 ' '.join(shlex.quote(s) for s in mypy),
38 ' '.join(shlex.quote(s) for s in pytest),
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py45 from urllib.parse import quote
141 title = quote(f"doc: Documentation issue in '{pagename}'")
142 labels = quote("area: Documentation")
146 body = quote(
/Zephyr-latest/
D.ruff.toml29 quote-style = "preserve"
/Zephyr-latest/cmake/util/
Dexecute_process.cmake5 # Use set(ARGS ...) to build the ARGS list and then quote the list
/Zephyr-latest/scripts/kconfig/
Dlint.py299 cmd_s = " ".join(shlex.quote(word) for word in cmd)
Dkconfiglib.py2719 quote = s[i]
2727 if match.group() == quote:
/Zephyr-latest/scripts/
Dget_maintainer.py565 git_cmd_s = " ".join(shlex.quote(word) for word in git_cmd) # For errors
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py836 escaped = ' '.join(shlex.quote(s) for s in cmd)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py347 " ".join(shlex.quote(word) for word in command) + os.linesep +
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1952 return " ".join(shlex.quote(word) for word in cmd)
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1637 * :github:`28844` - Double quote prepended when exporting CMAKE compile option using zephyr_get_com…