Home
last modified time | relevance | path

Searched refs:echo_cmd (Results 1 – 25 of 65) sorted by relevance

123

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/timeouts/bench/
H A DRules.mk12 …@$(SHRC); echo_cmd $(CC) -o $@ $(top_srcdir)/bench/$(@F:%.so=%.c) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(…
19 …@$(SHRC); echo_cmd cd $(@D) && echo_cmd $(LUA) $${top_srcdir}/bench/bench-add.lua $${top_builddir}…
23 …@$(SHRC); echo_cmd cd $(@D) && echo_cmd $(LUA) $${top_srcdir}/bench/bench-del.lua $${top_builddir}…
27 …@$(SHRC); echo_cmd cd $(@D) && echo_cmd $(LUA) $${top_srcdir}/bench/bench-expire.lua $${top_buildd…
36 @$(SHRC); echo_cmd cd $(@D) && echo_cmd gnuplot $${top_srcdir}/bench/bench.plt > $(@F).tmp
40 @$(SHRC); echo_cmd ps2pdf $${top_builddir}/bench/bench.eps $@
/dports/security/tor/tor-0.4.6.8/src/ext/timeouts/bench/
H A DRules.mk12 …@$(SHRC); echo_cmd $(CC) -o $@ $(top_srcdir)/bench/$(@F:%.so=%.c) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(…
19 …@$(SHRC); echo_cmd cd $(@D) && echo_cmd $(LUA) $${top_srcdir}/bench/bench-add.lua $${top_builddir}…
23 …@$(SHRC); echo_cmd cd $(@D) && echo_cmd $(LUA) $${top_srcdir}/bench/bench-del.lua $${top_builddir}…
27 …@$(SHRC); echo_cmd cd $(@D) && echo_cmd $(LUA) $${top_srcdir}/bench/bench-expire.lua $${top_buildd…
36 @$(SHRC); echo_cmd cd $(@D) && echo_cmd gnuplot $${top_srcdir}/bench/bench.plt > $(@F).tmp
40 @$(SHRC); echo_cmd ps2pdf $${top_builddir}/bench/bench.eps $@
/dports/sysutils/R-cran-processx/processx/R/
H A Dinitialize.R28 cleanup_tree, wd, echo_cmd, supervise, argument
49 is_flag(echo_cmd),
104 private$echo_cmd <- echo_cmd
119 if (echo_cmd) do_echo_cmd(command, args)
H A Dprocess.R202 echo_cmd = FALSE, supervise = FALSE, windows_verbatim_args = FALSE, argument
209 echo_cmd, supervise, windows_verbatim_args,
650 echo_cmd = NULL, # whether to echo the command field in process
H A Drun.R159 echo_cmd = FALSE, echo = FALSE, spinner = FALSE, argument
188 command, args, echo_cmd = echo_cmd, wd = wd,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xshell-0.1.17/src/
H A Dlib.rs283 echo_cmd: bool, field
328 echo_cmd: true, in _new()
445 pub fn echo_cmd(mut self, echo: bool) -> Cmd { in echo_cmd() method
446 self.echo_cmd = echo; in echo_cmd()
481 if self.echo_cmd { in run()
/dports/lang/rust/rustc-1.58.1-src/vendor/xshell/src/
H A Dlib.rs283 echo_cmd: bool, field
328 echo_cmd: true, in _new()
445 pub fn echo_cmd(mut self, echo: bool) -> Cmd { in echo_cmd() method
446 self.echo_cmd = echo; in echo_cmd()
481 if self.echo_cmd { in run()
/dports/security/tor/tor-0.4.6.8/src/ext/timeouts/
H A DMakefile56 @$(SHRC); echo_cmd $(CC) $(ALL_CFLAGS) -c -o $@ $${top_srcdir}/$(@F:%.o=%.c) $(ALL_CPPFLAGS)
59 @$(SHRC); echo_cmd $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -o $@ timeout.o test-timeout.o
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/timeouts/
H A DMakefile56 @$(SHRC); echo_cmd $(CC) $(ALL_CFLAGS) -c -o $@ $${top_srcdir}/$(@F:%.o=%.c) $(ALL_CPPFLAGS)
59 @$(SHRC); echo_cmd $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -o $@ timeout.o test-timeout.o
H A DRules.shrc15 echo_cmd() {
/dports/net/sshping/sshping-0.1.4/src/
H A Dsshping.cxx71 std::string echo_cmd = "cat > /dev/null"; variable
419 echo_cmd += "\n"; in run_echo_test()
420 int nbytes = ssh_channel_write(chn, echo_cmd.c_str(), echo_cmd.length()); in run_echo_test()
421 if (nbytes != (int)echo_cmd.length()) { in run_echo_test()
716 echo_cmd = opts[opECMD].arg; in main()
768 printf("Echo: %s\n", echo_cmd.c_str()); in main()
/dports/sysutils/R-cran-processx/processx/man/
H A Dprocess_initialize.Rd23 echo_cmd,
61 \item{echo_cmd}{Echo command before starting it?}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/coverity/
H A Dcoverity.py91 def _RunCommand(cmd, dry_run, shell=False, echo_cmd=True): argument
93 if echo_cmd:
230 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make, echo_cmd=False)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/coverity/
H A Dcoverity.py91 def _RunCommand(cmd, dry_run, shell=False, echo_cmd=True): argument
93 if echo_cmd:
230 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make, echo_cmd=False)
/dports/www/nginx-full/echo-nginx-module-5a402aa/src/
H A Dngx_http_echo_module.c303 ngx_http_echo_cmd_t *echo_cmd; in ngx_http_echo_helper() local
339 echo_cmd = ngx_array_push(*cmds_ptr); in ngx_http_echo_helper()
341 if (echo_cmd == NULL) { in ngx_http_echo_helper()
345 echo_cmd->opcode = opcode; in ngx_http_echo_helper()
347 args_ptr = &echo_cmd->args; in ngx_http_echo_helper()
/dports/devel/R-cran-callr/callr/R/
H A Drun.R28 echo_cmd = echo, echo = show, spinner = spinner, nameattr
/dports/math/mathomatic/mathomatic-ceb0861/
H A Daltproto.h12 int save_cmd(), taylor_cmd(), limit_cmd(), echo_cmd(), plot_cmd();
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dexec.c398 static struct command_descriptor echo_cmd = variable
415 if ( ( rc = parse_options ( argc, argv, &echo_cmd, &opts ) ) != 0 ) in echo_exec()

123