Home
last modified time | relevance | path

Searched refs:run_command (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dclang.py12 from libscanbuild import run_command
33 output = run_command([clang, '-v'])
49 output = run_command(cmd, cwd=cwd)
150 lines = run_command(cmd)
169 run_command([extdef_map_cmd, '-version'])
H A Danalyze.py29 wrapper_environment, run_build, run_command, CtuConfig
513 run_command(cmd, cwd=cwd)
566 output = run_command(cmd, cwd=cwd)
624 run_command(ast_command, cwd=opts['directory'])
636 extdef_src_list = run_command(extdefmap_command, cwd=opts['directory'])
H A Dintercept.py32 wrapper_environment, run_command, run_build
242 return any(pattern.match(line) for line in run_command(command))
H A D__init__.py59 def run_command(command, cwd=None): function
/openbsd-src/usr.bin/make/
H A Dcmd_exec.c83 run_command(const char *cmd, bool errCheck) in run_command() function
161 run_command(cmd, false); in Cmd_Exec()
H A Dcmd_exec.h38 extern __dead void run_command(const char *, bool);
H A Dengine.c683 run_command(cmd, errCheck); in do_run_command()
/openbsd-src/usr.sbin/iscsictl/
H A Discsictl.c38 void run_command(struct pdu *);
210 run_command(pdu); in run()
215 run_command(struct pdu *pdu) in run_command() function
417 run_command(pdu); in poll_session_status()
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dreplwrap.py58 self.run_command(extra_init_cmd)
68 def run_command(self, command, timeout=-1): member in REPLWrapper
/openbsd-src/gnu/llvm/llvm/utils/
H A Dcollect_and_build_with_pgo.py162 def run_command(self, member in Env
235 env.run_command(cmd, cwd=target_dir, check=True)
248 env.run_command(
271 env.run_command(cmd, check=True)
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DAddCreateDelete.pm218 $self->run_command($state);
221 $self->run_command($state);
H A DPkgCheck.pm495 $self->run_command;
499 sub run_command($self) subroutine
527 $self->run_command;
H A DAddDelete.pm99 sub run_command($self, $state) subroutine
H A DPkgCreate.pm1603 sub run_command($self, $state) subroutine
/openbsd-src/usr.bin/mail/
H A Dcmd3.c61 (void)run_command(shell, 0, 0, -1, "-c", cmd, NULL); in shell()
80 (void)run_command(shell, 0, 0, -1, NULL, NULL, NULL); in dosh()
144 (void)run_command(value("PAGER"), 0, -1, -1, _PATH_HELP, NULL); in help()
H A Dextern.h206 int run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...);
H A Dcollect.c479 if (run_command(shell, in mespipe()
H A Dpopen.c233 run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...) in run_command() function
H A Dcmd1.c489 (void)run_command(value("SHELL"), 0, -1, -1, "-c", cmd, NULL); in folders()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfcmd.c109 static void run_command (char *, int);
401 run_command (char *args, int from_tty) in run_command() function
514 run_command (args, from_tty); in start_command()
2108 c = add_com ("run", class_run, run_command, in _initialize_infcmd()
H A DChangeLog-1990243 infcmd.c (run_command): Call target_kill rather than
590 * infcmd.c (run_command): use new target_create_inferior.
671 * infcmd.c (run_command): Pass executable file name and arg list
754 infcmd.c (run_command): Pass args down to start_inferior.
2772 infcmd.c (run_command): Use execute_command, not set_args_command.
2895 infcmd.c (run_command): Call reread_symbols not reread_exec.
2901 infcmd.c (run_command): Call reread_exec.
H A DChangeLog-3.x35 * infcmd.c (run_command): #if 0 out call to
98 infcmd.c (run_command): Call it.
3648 * infcmd.c (run_command): Does not prompt to restart if command is
H A DChangeLog-199837 * infcmd.c (run_command): Only call SOLIB_RESTART if it's
1200 * infcmd.c (run_command): Only call SOLIB_RESTART if it's
1217 (run_command): If program has already been started, and decide
1223 (run_command): Calls SOLIB_RESTART
2823 (run_command): Only call SOLIB_RESTART if it's defined.
2825 (run_command): If program has already been started, and decide
/openbsd-src/usr.bin/newsyslog/
H A Dnewsyslog.c171 void run_command(char *);
260 run_command(pl->file); in main()
350 run_command(char *cmd) in run_command()
348 run_command(char *cmd) run_command() function
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py518 def run_command(self, command): member in ProcessDriver

12