Home
last modified time | relevance | path

Searched refs:commandLine (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/
H A Dremote-exec.py69 commandLine = args.command
74 execdir, _ = os.path.split(commandLine[0])
95 for exe in filter(isExecutable, commandLine):
127 for x in commandLine:
134 for exe in filter(isExecutable, commandLine):
141 for i, x in enumerate(commandLine):
143 commandLine[i] = pathOnRemote(x)
147 remoteCommands.append(subprocess.list2cmdline(commandLine))
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dssh.py53 commandLine = args.command
72 for exe in filter(isTestExe, commandLine):
102 for exe in map(pathOnRemote, filter(isTestExe, commandLine)):
109 commandLine = (pathOnRemote(x) if isTestExe(x) else x for x in commandLine)
113 remoteCommands.append(subprocess.list2cmdline(commandLine))
H A Drun.py29 commandLine = args.command
41 for exe in filter(isTestExe, commandLine):
56 return subprocess.call(commandLine, cwd=args.execdir, env=env, shell=False)
/openbsd-src/gnu/usr.bin/binutils/gdb/nlm/
H A Dprelude.c43 char *commandLine, in _Prelude() argument
56 commandLine, in _Prelude()