HomeSort by: relevance | last modified time | path
    Searched refs:exec_args (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
catch-follow-exec.c 25 char *exec_args[] = { "/bin/ls", "ppp", NULL }; local
26 execve (exec_args[0], exec_args, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
catch-follow-exec.c 25 char *exec_args[] = { "/bin/ls", "ppp", NULL }; local
26 execve (exec_args[0], exec_args, NULL);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
executionengine_test.go 89 exec_args := []GenericValue{NewGenericValueFromInt(Int32Type(), 10, false)}
90 exec_res := engine.RunFunction(fac, exec_args)
  /src/external/apache2/llvm/dist/llvm/utils/
update_cc_test_checks.py 240 exec_args = shlex.split(commands[0])
242 if exec_args[0] not in SUBST:
245 exec_args = [i.replace(s, subs[s]) if s in i else i for i in exec_args]
246 run_list.append((None, exec_args, None, None))
250 clang_args = exec_args
  /src/external/bsd/atf/dist/tools/
process.hpp 254 struct exec_args { struct in namespace:tools::process::detail
301 struct detail::exec_args ea = { prog, argv, prehook };
process.cpp 112 struct exec_args *ea = reinterpret_cast<struct exec_args *>(v);
  /src/external/bsd/atf/dist/atf-c/detail/
process.c 592 struct exec_args { struct
602 struct exec_args *ea = v;
625 struct exec_args ea = { prog, argv, prehook };
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
config.py 504 exec_args = [
509 sub.append(('%{exec}', '{} {} -- '.format(self.executor, ' '.join(exec_args))))

Completed in 22 milliseconds