Searched refs:shlex (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dshell.py8 import shlex namespace
19 Previous implementation was shlex.split method, but that's not good
65 return [unescape(arg) for arg in shlex.split(string)]
H A D__init__.py13 import shlex namespace
204 'cc': shlex.split(args.cc),
205 'cxx': shlex.split(args.cxx)
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dssh.py20 import shlex namespace
27 from shlex import quote as cmd_quote
35 cmd.extend(shlex.split(args.extra_ssh_args))
42 cmd.extend(shlex.split(args.extra_scp_args))
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dreplace-header4 import shlex
H A Dcount-headers4 import shlex
H A Dgraph-include-web4 import shlex
H A Dincluded-by4 import shlex
H A Dshow-headers4 import shlex
H A Dgraph-header-logs4 import shlex
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dreplace-header4 import shlex
H A Dcount-headers4 import shlex
H A Dgraph-include-web4 import shlex
H A Dincluded-by4 import shlex
H A Dshow-headers4 import shlex
H A Dgraph-header-logs4 import shlex
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dremote-exec.py20 import shlex namespace
30 cmd.extend(shlex.split(args.extra_ssh_args))
37 cmd.extend(shlex.split(args.extra_scp_args))
H A Dupdate_cc_test_checks.py23 import shlex namespace
113 return shlex.split(value)
185 extra_args = shlex.split(extra_command)
240 exec_args = shlex.split(commands[0])
H A Dcollect_and_build_with_pgo.py22 import shlex namespace
168 'Running `%s` in %s' % (cmd, shlex.quote(cwd or os.getcwd())))
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dclangdiag.py15 import shlex namespace
166 command_args = shlex.split(command)
H A Dcreduce-clang-crash.py18 import shlex namespace
104 cmd = shlex.split(line)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dgoogletest.py3 import shlex namespace
165 cmd = shlex.split(self.run_under) + cmd
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dcl_arguments.py4 import shlex namespace
202 env_args = shlex.split(os.environ.get("LIT_OPTS", ""))
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dconfig.py14 import shlex namespace
252 self.cxx.compile_flags += shlex.split(compile_flags_str)
267 self.cxx.compile_flags += shlex.split(additional_flags)
379 self.cxx.link_flags += shlex.split(link_flags_str)
394 self.cxx.link_flags += shlex.split(additional_flags)
/netbsd-current/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py17 import shlex namespace
135 cc1_cmd = shlex.split(cc_commands[0])
/netbsd-current/external/apache2/llvm/dist/llvm/utils/git/
H A Dpre-push.py38 from shlex import quote

Completed in 292 milliseconds

12