Searched full:shlex (Results 1 – 5 of 5) sorted by relevance
4 import shlex31 cmd = shlex.split(f"{cc} {cc_options} {option}") + [
14 import shlex133 # Note: shlex.join() does what we want, but requires python 3.8+.134 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command))156 print('Running tests with:\n$', linux_bin, ' '.join(shlex.quote(arg) for arg in params))
23 import shlex64 w = shlex.quote(w)
51 import shlex177 sphinxopts = shlex.split(os.environ.get("SPHINXOPTS", ""))479 latex_cmd.extend(shlex.split(self.latexopts))
13 import shlex52 sh_cmd = [ shlex.quote(x) for x in self.cmd ]75 args = shlex.split(self.pipe_to)