/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | clang.py | 12 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 D | analyze.py | 29 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 D | intercept.py | 32 wrapper_environment, run_command, run_build 242 return any(pattern.match(line) for line in run_command(command))
|
H A D | __init__.py | 59 def run_command(command, cwd=None): function
|
/openbsd-src/usr.bin/make/ |
H A D | cmd_exec.c | 83 run_command(const char *cmd, bool errCheck) in run_command() function 161 run_command(cmd, false); in Cmd_Exec()
|
H A D | cmd_exec.h | 38 extern __dead void run_command(const char *, bool);
|
H A D | engine.c | 683 run_command(cmd, errCheck); in do_run_command()
|
/openbsd-src/usr.sbin/iscsictl/ |
H A D | iscsictl.c | 38 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 D | replwrap.py | 58 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 D | collect_and_build_with_pgo.py | 162 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 D | AddCreateDelete.pm | 218 $self->run_command($state); 221 $self->run_command($state);
|
H A D | PkgCheck.pm | 495 $self->run_command; 499 sub run_command($self) subroutine 527 $self->run_command;
|
H A D | AddDelete.pm | 99 sub run_command($self, $state) subroutine
|
H A D | PkgCreate.pm | 1603 sub run_command($self, $state) subroutine
|
/openbsd-src/usr.bin/mail/ |
H A D | cmd3.c | 61 (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 D | extern.h | 206 int run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...);
|
H A D | collect.c | 479 if (run_command(shell, in mespipe()
|
H A D | popen.c | 233 run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...) in run_command() function
|
H A D | cmd1.c | 489 (void)run_command(value("SHELL"), 0, -1, -1, "-c", cmd, NULL); in folders()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | infcmd.c | 109 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 D | ChangeLog-1990 | 243 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 D | ChangeLog-3.x | 35 * 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 D | ChangeLog-1998 | 37 * 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 D | newsyslog.c | 171 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 D | process_control.py | 518 def run_command(self, command): member in ProcessDriver
|