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

  /src/external/mit/libuv/dist/docs/code/onchange/
main.c 9 void run_command(uv_fs_event_t *handle, const char *filename, int events, int status) { function
40 uv_fs_event_start(fs_event_req, run_command, argv[argc], UV_FS_EVENT_RECURSIVE);
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
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'])
intercept.py 32 wrapper_environment, run_command, run_build
242 return any(pattern.match(line) for line in run_command(command))
__init__.py 59 def run_command(command, cwd=None): function
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'])
  /src/external/apache2/llvm/dist/llvm/utils/
collect_and_build_with_pgo.py 162 def run_command(self, member in class:Env
235 env.run_command(cmd, cwd=target_dir, check=True)
248 env.run_command(
271 env.run_command(cmd, check=True)
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
sym-info-cmds.exp 27 # a run_command proc, use this to run a command and capture the
58 # The results of any previous call to run_command are discarded
60 proc run_command { cmd { testname "" } } {
300 # The results of any previous call to run_command are discarded
302 proc run_command { cmd { testname "" } } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
sym-info-cmds.exp 27 # a run_command proc, use this to run a command and capture the
58 # The results of any previous call to run_command are discarded
60 proc run_command { cmd { testname "" } } {
300 # The results of any previous call to run_command are discarded
302 proc run_command { cmd { testname "" } } {
  /src/usr.bin/mail/
edit.c 114 if (run_command(editcmd, NULL, 0, -1, tempname, NULL) < 0) {
collect.c 181 if (run_command(shellcmd,
648 rc2 = run_command(shellcmd, NULL, nullfd, fileno(fbuf), "-c", cp + 1, NULL);
extern.h 246 int run_command(const char *, sigset_t *, int, int, ...);
cmd1.c 615 (void)run_command(cmd, NULL, -1, -1, dirname, NULL);
popen.c 435 run_command(const char *cmd, sigset_t *nset, int infd, int outfd, ...) function
cmd3.c 156 (void)run_command(shellcmd, NULL, 0, 1, "-c", cmd, NULL);
178 (void)run_command(shellcmd, NULL, 0, 1, NULL);
  /src/external/gpl2/gmake/dist/tests/
test_driver.pl 769 sub run_command subroutine
780 print "run_command: \"@_\" returned $code.\n" if $debug;
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 35 * infcmd.c (run_command): #if 0 out call to
98 infcmd.c (run_command): Call it.
1999 * infcmd.c (run_command): Fixed improper usages of variables
3224 * infcmd.c (run_command): Changed error message to "Program not
3649 * infcmd.c (run_command): Does not prompt to restart if command is
infcmd.c 510 run_command (const char *args, int from_tty)
3327 = add_com ("run", class_run, run_command, _("\
509 run_command (const char *args, int from_tty) function
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 35 * infcmd.c (run_command): #if 0 out call to
98 infcmd.c (run_command): Call it.
1999 * infcmd.c (run_command): Fixed improper usages of variables
3224 * infcmd.c (run_command): Changed error message to "Program not
3649 * infcmd.c (run_command): Does not prompt to restart if command is
infcmd.c 509 run_command (const char *args, int from_tty)
3322 = add_com ("run", class_run, run_command, _("\
508 run_command (const char *args, int from_tty) function

Completed in 49 milliseconds