Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/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
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 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
/netbsd-src/external/mit/libuv/dist/docs/code/onchange/
H A Dmain.c9 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 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)
/netbsd-src/usr.bin/mail/
H A Dedit.c114 if (run_command(editcmd, NULL, 0, -1, tempname, NULL) < 0) { in run_editor()
H A Dcollect.c181 if (run_command(shellcmd, in mespipe()
648 rc2 = run_command(shellcmd, NULL, nullfd, fileno(fbuf), "-c", cp + 1, NULL); in collect()
H A Dextern.h246 int run_command(const char *, sigset_t *, int, int, ...);
H A Dcmd3.c156 (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 Dpopen.c435 run_command(const char *cmd, sigset_t *nset, int infd, int outfd, ...) in run_command() function
H A Dcmd1.c615 (void)run_command(cmd, NULL, -1, -1, dirname, NULL); in folders()
/netbsd-src/external/gpl2/gmake/dist/tests/
H A Dtest_driver.pl769 sub run_command subroutine
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
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
H A DChangeLog-19992720 * 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 DChangeLog-19963175 * infcmd.c (run_command): Minor cleanup.
3288 * infcmd.c (run_command), solib.c (locate_base): Check for
H A DChangeLog-20054867 run_command.
4868 (run_command): Replace implementation by call to run_command_1.
/netbsd-src/external/gpl3/gdb/dist/gdb/
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
H A DChangeLog-19992720 * 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 DChangeLog-19963175 * infcmd.c (run_command): Minor cleanup.
3288 * infcmd.c (run_command), solib.c (locate_base): Check for
H A DChangeLog-20054867 run_command.
4868 (run_command): Replace implementation by call to run_command_1.

12