| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/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 511 run_command(cmd, cwd=cwd) 564 output = run_command(cmd, cwd=cwd) 622 run_command(ast_command, cwd=opts['directory']) 634 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
|
| /netbsd-src/external/mit/libuv/dist/docs/code/onchange/ |
| H A D | main.c | 9 void run_command(uv_fs_event_t *handle, const char *filename, int events, int status) { in run_command() function 40 uv_fs_event_start(fs_event_req, run_command, argv[argc], UV_FS_EVENT_RECURSIVE); in main()
|
| /netbsd-src/external/apache2/llvm/dist/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)
|
| /netbsd-src/usr.bin/mail/ |
| H A D | edit.c | 114 if (run_command(editcmd, NULL, 0, -1, tempname, NULL) < 0) { in run_editor()
|
| H A D | collect.c | 181 if (run_command(shellcmd, in mespipe() 648 rc2 = run_command(shellcmd, NULL, nullfd, fileno(fbuf), "-c", cp + 1, NULL); in collect()
|
| H A D | extern.h | 246 int run_command(const char *, sigset_t *, int, int, ...);
|
| H A D | cmd3.c | 156 (void)run_command(shellcmd, NULL, 0, 1, "-c", cmd, NULL); in shell() 178 (void)run_command(shellcmd, NULL, 0, 1, NULL); in dosh()
|
| H A D | popen.c | 435 run_command(const char *cmd, sigset_t *nset, int infd, int outfd, ...) in run_command() function
|
| H A D | cmd1.c | 615 (void)run_command(cmd, NULL, -1, -1, dirname, NULL); in folders()
|
| /netbsd-src/external/gpl2/gmake/dist/tests/ |
| H A D | test_driver.pl | 769 sub run_command subroutine
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| 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
|
| H A D | ChangeLog-1999 | 2720 * infcmd.c (run_command): Call async_disable_stdin() only if 2740 (run_command, continue_command, step_1, jump_command, 2752 (run_command, continue_command, jump_command, until_command, 5275 * infcmd.c (run_command): Prevent query when not from_tty. 5601 (run_command): Modify to support background and foreground 6488 * infcmd.c (run_command): Same.
|
| H A D | ChangeLog-1996 | 3175 * infcmd.c (run_command): Minor cleanup. 3288 * infcmd.c (run_command), solib.c (locate_base): Check for
|
| H A D | ChangeLog-2005 | 4867 run_command. 4868 (run_command): Replace implementation by call to run_command_1.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| 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
|
| H A D | ChangeLog-1999 | 2720 * infcmd.c (run_command): Call async_disable_stdin() only if 2740 (run_command, continue_command, step_1, jump_command, 2752 (run_command, continue_command, jump_command, until_command, 5275 * infcmd.c (run_command): Prevent query when not from_tty. 5601 (run_command): Modify to support background and foreground 6488 * infcmd.c (run_command): Same.
|
| H A D | ChangeLog-1996 | 3175 * infcmd.c (run_command): Minor cleanup. 3288 * infcmd.c (run_command), solib.c (locate_base): Check for
|
| H A D | ChangeLog-2005 | 4867 run_command. 4868 (run_command): Replace implementation by call to run_command_1.
|