Searched refs:quote (Results 1 – 13 of 13) sorted by relevance
103 char quote = 0; in make_argv() local112 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 …]
638 char quote; in execute() local676 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()
34 ' '.join(shlex.quote(s) for s in mypy),38 ' '.join(shlex.quote(s) for s in pytest),
45 from urllib.parse import quote141 title = quote(f"doc: Documentation issue in '{pagename}'")142 labels = quote("area: Documentation")146 body = quote(
29 quote-style = "preserve"
5 # Use set(ARGS ...) to build the ARGS list and then quote the list
299 cmd_s = " ".join(shlex.quote(word) for word in cmd)
2719 quote = s[i]2727 if match.group() == quote:
565 git_cmd_s = " ".join(shlex.quote(word) for word in git_cmd) # For errors
836 escaped = ' '.join(shlex.quote(s) for s in cmd)
347 " ".join(shlex.quote(word) for word in command) + os.linesep +
1952 return " ".join(shlex.quote(word) for word in cmd)
1637 * :github:`28844` - Double quote prepended when exporting CMAKE compile option using zephyr_get_com…