Home
last modified time | relevance | path

Searched refs:cmd_string (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/devel/p5-IPC-ShellCmd/IPC-ShellCmd-0.005/lib/IPC/ShellCmd/
H A DShBase.pm41 my $cmd_string = shell_quote(@$cmd);
44 $cmd_string .= ' < ' . shell_quote($args->{'-stdin'});
47 $cmd_string .= ' > ' . shell_quote($args->{'-stdout'});
50 $cmd_string .= ' 2> ' . shell_quote($args->{'-stderr'});
55 $cmd_string = $k . "=" . shell_quote($args->{'-env'}->{$k}) . ' ' .
56 $cmd_string;
61 $cmd_string = sprintf('umask 0%o && %s', $args->{'-umask'}, $cmd_string);
65 $cmd_string = sprintf('cd %s && %s', shell_quote($args->{'-wd'}),
66 $cmd_string);
69 return $cmd_string;
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/brick/
H A Dtest_brick_lvm.py62 cmd_string = ', '.join(cmd)
65 cmd_string):
69 cmd_string):
74 cmd_string):
89 if 'fake-vg' in cmd_string:
107 if 'fake-unknown' in cmd_string:
125 cmd_string):
128 elif 'snapshot' in cmd_string:
130 elif 'open' in cmd_string:
135 cmd_string):
[all …]
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/local_dev/
H A Dtest_brick_lvm.py70 cmd_string = ', '.join(cmd)
74 cmd_string):
78 cmd_string):
83 cmd_string):
98 if 'fake-vg' in cmd_string:
116 if 'fake-unknown' in cmd_string:
134 cmd_string):
135 if 'test-volumes' in cmd_string:
150 elif 'lvcreate, -T, -L, ' in cmd_string:
156 elif 'lvcreate, -n, ' in cmd_string:
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A Dexecvms.cpp121 char * cmd_string = command->value; in exec_cmd() local
132 for ( s = cmd_string; *s && isspace( *s ); ++s ); in exec_cmd()
214 while ( *cmd_string ) in exec_cmd()
216 char * s = strchr( cmd_string,'\n' ); in exec_cmd()
217 int len = s ? s + 1 - cmd_string : strlen( cmd_string ); in exec_cmd()
224 char * q = cmd_string; in exec_cmd()
225 char * qe = cmd_string + MIN( len, WRTLEN ); in exec_cmd()
244 if ( q == cmd_string ) in exec_cmd()
252 fwrite( cmd_string, ( q - cmd_string ), 1, f ); in exec_cmd()
254 len -= ( q - cmd_string ); in exec_cmd()
[all …]
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Dexecvms.cpp121 char * cmd_string = command->value; in exec_cmd() local
132 for ( s = cmd_string; *s && isspace( *s ); ++s ); in exec_cmd()
213 while ( *cmd_string ) in exec_cmd()
215 char * s = strchr( cmd_string,'\n' ); in exec_cmd()
216 int len = s ? s + 1 - cmd_string : strlen( cmd_string ); in exec_cmd()
223 char * q = cmd_string; in exec_cmd()
224 char * qe = cmd_string + MIN( len, WRTLEN ); in exec_cmd()
243 if ( q == cmd_string ) in exec_cmd()
251 fwrite( cmd_string, ( q - cmd_string ), 1, f ); in exec_cmd()
253 len -= ( q - cmd_string ); in exec_cmd()
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Dexecvms.cpp121 char * cmd_string = command->value; in exec_cmd() local
132 for ( s = cmd_string; *s && isspace( *s ); ++s ); in exec_cmd()
213 while ( *cmd_string ) in exec_cmd()
215 char * s = strchr( cmd_string,'\n' ); in exec_cmd()
216 int len = s ? s + 1 - cmd_string : strlen( cmd_string ); in exec_cmd()
223 char * q = cmd_string; in exec_cmd()
224 char * qe = cmd_string + MIN( len, WRTLEN ); in exec_cmd()
243 if ( q == cmd_string ) in exec_cmd()
251 fwrite( cmd_string, ( q - cmd_string ), 1, f ); in exec_cmd()
253 len -= ( q - cmd_string ); in exec_cmd()
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Dexecvms.cpp121 char * cmd_string = command->value; in exec_cmd() local
132 for ( s = cmd_string; *s && isspace( *s ); ++s ); in exec_cmd()
213 while ( *cmd_string ) in exec_cmd()
215 char * s = strchr( cmd_string,'\n' ); in exec_cmd()
216 int len = s ? s + 1 - cmd_string : strlen( cmd_string ); in exec_cmd()
223 char * q = cmd_string; in exec_cmd()
224 char * qe = cmd_string + MIN( len, WRTLEN ); in exec_cmd()
243 if ( q == cmd_string ) in exec_cmd()
251 fwrite( cmd_string, ( q - cmd_string ), 1, f ); in exec_cmd()
253 len -= ( q - cmd_string ); in exec_cmd()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Dexecvms.cpp121 char * cmd_string = command->value; in exec_cmd() local
132 for ( s = cmd_string; *s && isspace( *s ); ++s ); in exec_cmd()
213 while ( *cmd_string ) in exec_cmd()
215 char * s = strchr( cmd_string,'\n' ); in exec_cmd()
216 int len = s ? s + 1 - cmd_string : strlen( cmd_string ); in exec_cmd()
223 char * q = cmd_string; in exec_cmd()
224 char * qe = cmd_string + MIN( len, WRTLEN ); in exec_cmd()
243 if ( q == cmd_string ) in exec_cmd()
251 fwrite( cmd_string, ( q - cmd_string ), 1, f ); in exec_cmd()
253 len -= ( q - cmd_string ); in exec_cmd()
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Dexecvms.cpp121 char * cmd_string = command->value; in exec_cmd() local
132 for ( s = cmd_string; *s && isspace( *s ); ++s ); in exec_cmd()
214 while ( *cmd_string ) in exec_cmd()
216 char * s = strchr( cmd_string,'\n' ); in exec_cmd()
217 int len = s ? s + 1 - cmd_string : strlen( cmd_string ); in exec_cmd()
224 char * q = cmd_string; in exec_cmd()
225 char * qe = cmd_string + MIN( len, WRTLEN ); in exec_cmd()
244 if ( q == cmd_string ) in exec_cmd()
252 fwrite( cmd_string, ( q - cmd_string ), 1, f ); in exec_cmd()
254 len -= ( q - cmd_string ); in exec_cmd()
[all …]
/dports/devel/boost_build/build-29baa79/src/engine/
H A Dexecvms.cpp121 char * cmd_string = command->value; in exec_cmd() local
132 for ( s = cmd_string; *s && isspace( *s ); ++s ); in exec_cmd()
214 while ( *cmd_string ) in exec_cmd()
216 char * s = strchr( cmd_string,'\n' ); in exec_cmd()
217 int len = s ? s + 1 - cmd_string : strlen( cmd_string ); in exec_cmd()
224 char * q = cmd_string; in exec_cmd()
225 char * qe = cmd_string + MIN( len, WRTLEN ); in exec_cmd()
244 if ( q == cmd_string ) in exec_cmd()
252 fwrite( cmd_string, ( q - cmd_string ), 1, f ); in exec_cmd()
254 len -= ( q - cmd_string ); in exec_cmd()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dgoogle_update_util.cc30 bool LaunchProcessAndWaitWithTimeout(const base::string16& cmd_string, in LaunchProcessAndWaitWithTimeout() argument
34 VLOG(0) << "Launching: " << cmd_string; in LaunchProcessAndWaitWithTimeout()
36 base::LaunchProcess(cmd_string, base::LaunchOptions()); in LaunchProcessAndWaitWithTimeout()
38 PLOG(ERROR) << "Failed to launch (" << cmd_string << ")"; in LaunchProcessAndWaitWithTimeout()
41 LOG(ERROR) << "Command (" << cmd_string << ") is taking more than " in LaunchProcessAndWaitWithTimeout()
44 LOG(ERROR) << "Command (" << cmd_string << ") exited with code " in LaunchProcessAndWaitWithTimeout()
56 base::string16 cmd_string( in UninstallGoogleUpdate() local
58 if (cmd_string.empty()) { in UninstallGoogleUpdate()
62 cmd_string, base::TimeDelta::FromMilliseconds(kGoogleUpdateTimeoutMs)); in UninstallGoogleUpdate()
/dports/math/oleo/oleo-1.99.16/src/
H A Dargs.h33 cmd_string = 's', enumerator
98 symbol_verify, symbol_destroy, cmd_string, "read-symbol");
100 word_verify, symbol_destroy, cmd_string, "read-word");
102 command_verify, symbol_destroy, cmd_string, "read-symbol");
109 keymap_verify, symbol_destroy, cmd_string, "read-symbol");
112 DEFSTYLE(formula_style, string_verify, 0, cmd_string, "read-formula");
113 DEFSTYLE(string_style, string_verify, 0, cmd_string, "read-string");
114 DEFSTYLE(file_name_style, string_verify, 0, cmd_string, "read-filename");
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/
H A Dwakeup.lua84cmd_string = "sched_api +"..snooze_time.." wakeup-call-"..wakeup_destination.." originate {hangup_…
85 freeswitch.consoleLog("NOTICE", "wakeup: "..cmd_string.."\n");
86 reply = api:executeString(cmd_string);
267cmd_string = "sched_api +"..sched_api_time.." wakeup-call-"..wakeup_destination.." originate {hang…
268 freeswitch.consoleLog("NOTICE", "wakeup: "..cmd_string.."\n");
270 reply = api:executeString(cmd_string);
291 cmd_string = "sched_del wakeup-call-"..wakeup_destination;
292 freeswitch.consoleLog("NOTICE", "wakeup: "..cmd_string.."\n");
294 reply = api:executeString(cmd_string);
H A Dpage.lua175cmd_string = "bgapi originate {sip_auto_answer=true,sip_h_Alert-Info='Ring Answer',hangup_after_br…
176 api:executeString(cmd_string);
190cmd_string = "bgapi originate {sip_auto_answer=true,hangup_after_bridge=false,rtp_secure_media="..…
191 api:executeString(cmd_string);
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dscriptbox.c180 char cmd_string[512] = {'\0'}; in scriptbox_show_dialog() local
183 strncat( cmd_string, script->funcname, 511 ); in scriptbox_show_dialog()
184 strncat( cmd_string, "( ", 511 ); in scriptbox_show_dialog()
187 strncat( cmd_string, text, 511 ); in scriptbox_show_dialog()
189 strncat( cmd_string, ", ", 511 ); in scriptbox_show_dialog()
191 strncat( cmd_string, " )", 511 ); in scriptbox_show_dialog()
193 PyRun_SimpleString( cmd_string ); in scriptbox_show_dialog()
195 printf( "%s\n", cmd_string ); in scriptbox_show_dialog()
/dports/ftp/wget/wget-1.21.2/src/
H A Dinit.c91 CMD_DECLARE (cmd_string);
138 { "acceptregex", &opt.acceptregex_s, cmd_string },
148 { "base", &opt.base_href, cmd_string },
149 { "bindaddress", &opt.bind_address, cmd_string },
151 { "binddnsaddress", &opt.bind_dns_address, cmd_string },
153 { "bodydata", &opt.body_data, cmd_string },
154 { "bodyfile", &opt.body_file, cmd_string },
184 { "defaultpage", &opt.default_page, cmd_string },
190 { "dnsservers", &opt.dns_servers, cmd_string },
1460 return cmd_string (com, val, place); in cmd_use_askpass()
[all …]
/dports/math/tiny-bignum-c/tiny-bignum-c-201fb20/scripts/
H A Dtest_rand.py142 cmd_string = "%s %s %s %s %s" % (TEST_BINARY, operation, oper1, oper2, expected) variable
143 if len([e for e in cmd_string.split(" ") if e]) < 5:
150 success = (0 == run_shell(cmd_string))
155 failures.append(cmd_string)
159 f.write(cmd_string + os.linesep)
/dports/science/gabedit/GabeditSrc251_300720/src/NetWork/
H A DFtp.c214 char cmd_string[BUFSIZ]; in ftp_command() local
216 memset (cmd_string, 0, BUFSIZ); in ftp_command()
224 vsprintf(cmd_string, fmt, ap); in ftp_command()
226 strcat(cmd_string,"\r\n"); in ftp_command()
227 SendMsg(cinput,cmd_string,strlen(cmd_string)); in ftp_command()
625 char cmd_string[BUFSIZ]; in get_file_size() local
630 memset (cmd_string, 0, BUFSIZ); in get_file_size()
637 sprintf(cmd_string,"SIZE %s\r\n",filename); in get_file_size()
639 SendMsg(cinput,cmd_string,strlen(cmd_string)); in get_file_size()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-nvme-tcp.c308 const gchar *cmd_string; in dissect_nvme_tcp_command() local
324 ", Fabrics Type: %s (0x%02x) Cmd ID: 0x%04x", cmd_string, in dissect_nvme_tcp_command()
342 cmd_string = nvme_get_opcode_string(opcode, queue->n_q_ctx.qid); in dissect_nvme_tcp_command()
408 const gchar *cmd_string; in dissect_nvme_tcp_c2h_data() local
446 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode, in dissect_nvme_tcp_c2h_data()
507 const gchar *cmd_string; in dissect_nvme_tcp_h2c_data() local
547 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode, in dissect_nvme_tcp_h2c_data()
551 cmd_string, cmd_ctx->n_cmd_ctx.opcode, cmd_id, data_length); in dissect_nvme_tcp_h2c_data()
647 const gchar *cmd_string; in dissect_nvme_tcp_cqe() local
688 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode, in dissect_nvme_tcp_cqe()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-nvme-tcp.c308 const gchar *cmd_string; in dissect_nvme_tcp_command() local
324 ", Fabrics Type: %s (0x%02x) Cmd ID: 0x%04x", cmd_string, in dissect_nvme_tcp_command()
342 cmd_string = nvme_get_opcode_string(opcode, queue->n_q_ctx.qid); in dissect_nvme_tcp_command()
408 const gchar *cmd_string; in dissect_nvme_tcp_c2h_data() local
446 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode, in dissect_nvme_tcp_c2h_data()
507 const gchar *cmd_string; in dissect_nvme_tcp_h2c_data() local
547 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode, in dissect_nvme_tcp_h2c_data()
551 cmd_string, cmd_ctx->n_cmd_ctx.opcode, cmd_id, data_length); in dissect_nvme_tcp_h2c_data()
647 const gchar *cmd_string; in dissect_nvme_tcp_cqe() local
688 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode, in dissect_nvme_tcp_cqe()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-nvme-tcp.c308 const gchar *cmd_string;
324 ", Fabrics Type: %s (0x%02x) Cmd ID: 0x%04x", cmd_string, in printnbyte()
342 cmd_string = nvme_get_opcode_string(opcode, queue->n_q_ctx.qid); in printnbyte()
408 const gchar *cmd_string;
446 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode,
507 const gchar *cmd_string;
547 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode, in create_ntlmssp_v2_key()
551 cmd_string, cmd_ctx->n_cmd_ctx.opcode, cmd_id, data_length);
647 const gchar *cmd_string;
688 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode,
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-nvme-tcp.c308 const gchar *cmd_string;
324 ", Fabrics Type: %s (0x%02x) Cmd ID: 0x%04x", cmd_string,
342 cmd_string = nvme_get_opcode_string(opcode, queue->n_q_ctx.qid);
408 const gchar *cmd_string;
446 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode,
507 const gchar *cmd_string;
547 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode,
551 cmd_string, cmd_ctx->n_cmd_ctx.opcode, cmd_id, data_length);
647 const gchar *cmd_string;
688 cmd_string = nvme_get_opcode_string(cmd_ctx->n_cmd_ctx.opcode,
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectHelp.cpp131 std::string cmd_string; in DoExecute() local
132 command.GetCommandString(cmd_string); in DoExecute()
135 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute()
146 &error_msg_stream, cmd_string.c_str(), in DoExecute()
152 &result.GetOutputStream(), cmd_string.c_str(), in DoExecute()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp131 std::string cmd_string; in DoExecute() local
132 command.GetCommandString(cmd_string); in DoExecute()
135 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute()
146 &error_msg_stream, cmd_string.c_str(), in DoExecute()
152 &result.GetOutputStream(), cmd_string.c_str(), in DoExecute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Commands/
H A DCommandObjectHelp.cpp131 std::string cmd_string; in DoExecute() local
132 command.GetCommandString(cmd_string); in DoExecute()
135 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute()
146 &error_msg_stream, cmd_string.c_str(), in DoExecute()
152 &result.GetOutputStream(), cmd_string.c_str(), in DoExecute()

12345678910>>...16