Home
last modified time | relevance | path

Searched refs:exec_args (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/utils/
H A Dupdate_cc_test_checks.py265 exec_args = shlex.split(commands[0])
267 if exec_args[0] not in SUBST:
270 exec_args = [i.replace(s, subs[s]) if s in i else i for i in exec_args]
271 run_list.append((None, exec_args, None, None))
275 clang_args = exec_args
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c1222 const char *exec_args[2]; in do_spawn_ve() local
1264 exec_args[0] = shell; in do_spawn_ve()
1265 exec_args[1] = shell_opt; in do_spawn_ve()
1266 argsp = exec_args; in do_spawn_ve()