Searched refs:run_cmd (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestUpdateDiffs.py41 def run_cmd(command: str): function in function:update_reference_results
50 run_cmd(f"git rm -r -q '{ref_results_path}'")
66 run_cmd(f"git add '{ref_results_path}'")
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
H A Dnsd-sync76 result = run_cmd(xlate, 'running bind2nsd...')
132 run_cmd(cmd, 'using cp to transfer to demo system...')
141 run_cmd(cmd, 'stopping nsd...')
148 run_cmd(cmd, 'removing old zonedb...')
150 run_cmd(cmd, 'rebuilding zonedb...')
153 run_cmd(cmd, 'starting nsd...')
H A Ds64-sync76 result = run_cmd(xlate, 'running bind2nsd...')
135 run_cmd(cmd, 'using cp to transfer to demo system...')
144 run_cmd(cmd, 'stopping nsd...')
151 run_cmd(cmd, 'removing old zonedb...')
153 run_cmd(cmd, 'rebuilding zonedb...')
156 run_cmd(cmd, 'starting nsd...')
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DUtils.py73 def run_cmd(cmd, desc): function
H A DNsdConf.py522 run_cmd('touch ' + newpath, 'touch "%s"' % (newpath))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-main.c401 const char *run_cmd = start_p ? "start" : "run"; local
415 mi_execute_cli_command (run_cmd, async_p,
466 const char *run_cmd = start_p ? "start" : "run"; local
470 mi_execute_cli_command (run_cmd, async_p,
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-main.c408 const char *run_cmd = start_p ? "start" : "run"; local
422 mi_execute_cli_command (run_cmd, async_p,
473 const char *run_cmd = start_p ? "start" : "run"; local
477 mi_execute_cli_command (run_cmd, async_p,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfcmd.c3327 cmd_list_element *run_cmd
3331 set_cmd_completer (run_cmd, filename_completer);
3332 add_com_alias ("r", run_cmd, class_run, 1);
3317 cmd_list_element *run_cmd local
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dresrc.c184 static int run_cmd (char *, const char *);
199 run_cmd (char *cmd, const char *redir)
325 if (run_cmd (cmd, cpp_temp_file))
197 run_cmd (char *cmd, const char *redir) function
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dresrc.c184 static int run_cmd (char *, const char *);
199 run_cmd (char *cmd, const char *redir)
325 if (run_cmd (cmd, cpp_temp_file))
198 run_cmd (char *cmd, const char *redir) function
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dresrc.c183 static int run_cmd (char *, const char *);
198 run_cmd (char *cmd, const char *redir)
324 if (run_cmd (cmd, cpp_temp_file))
197 run_cmd (char *cmd, const char *redir) function

Completed in 234 milliseconds