Home
last modified time | relevance | path

Searched refs:orig_command (Results 1 – 13 of 13) sorted by relevance

/dports/devel/py-testinfra/testinfra-3.2.0/testinfra/backend/
H A Dssh.py96 orig_command = self.get_command(command, *args)
97 orig_command = self.get_command('sh -c %s', orig_command)
102 '''TESTINFRA_END";rm -f $of $ef''') % (orig_command,))
110 return self.result(rc, self.encode(orig_command), stdout, stderr)
/dports/www/mod_perl2/mod_perl-2.0.11/Apache-Test/lib/Apache/
H A DTestRun.pm44 my $orig_command;
632 $orig_command = "ulimit -c unlimited; $orig_command";
633 warning "setting ulimit to allow core files\n$orig_command";
635 exec $orig_command or die "exec $orig_command has failed";
665 $orig_command = "$^X $0 $argv";
747 my $new_command = $orig_command;
/dports/www/fusionpbx/fusionpbx-4.4.1/app/call_center_active/
H A Dcall_center_active_inc.php254 …$orig_command="{origination_caller_id_name=eavesdrop,origination_caller_id_number=".$agent_extensi… variable
259 …if (confirm_response){send_cmd('call_center_exec.php?cmd=originate+".$orig_command.")');}\">".$tex…
375 …$orig_command="{origination_caller_id_name=eavesdrop,origination_caller_id_number=".$q_caller_numb… variable
381 …if (confirm_response){send_cmd('call_center_exec.php?cmd=originate+".$orig_command.")');}\">".$tex…
/dports/graphics/dia/dia-0.97.3/plug-ins/postscript/
H A Dpaginate_psprint.c243 gchar *orig_command, *orig_file; in diagram_print_ps() local
349 orig_command = printcmd; in diagram_print_ps()
381 persistence_change_string_entry("printer-command", orig_command, cmd); in diagram_print_ps()
383 g_free(orig_command); in diagram_print_ps()
466 g_free(orig_command); in diagram_print_ps()
/dports/textproc/lookatme/lookatme-2.3.2/lookatme/contrib/
H A Dterminal.py73 orig_command = term_data["command"]
/dports/games/battalion/battalion1.4b/
H A Dnet.c545 char orig_command[MAXLINE]; in updateClientMonster() local
550 orig_command, in updateClientMonster()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/
H A Dprotobuf.bzl149 orig_command = " ".join(
154 'CMD="%s"' % orig_command,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/
H A Dprotobuf.bzl149 orig_command = " ".join(
154 'CMD="%s"' % orig_command,
/dports/devel/protobuf/protobuf-3.17.3/
H A Dprotobuf.bzl157 orig_command = " ".join(
162 'CMD="%s"' % orig_command,
/dports/security/gnupg/gnupg-2.3.3/tools/
H A Dgpg-card.c3705 dispatch_command (card_info_t info, const char *orig_command) in dispatch_command() argument
3714 if ((ignore_error = *orig_command == '-')) in dispatch_command()
3715 orig_command++; in dispatch_command()
3716 command = xstrdup (orig_command); in dispatch_command()
/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-decode.c1198 const char *orig_command = command; in help_cmd() local
1204 lookup_cmd_composition (orig_command, &alias, &prefix_cmd, &c_cmd); in help_cmd()
/dports/devel/automake/automake-1.16.5/bin/
H A Dautomake.in6391 my $orig_command = $link_command;
6404 if $link_command eq $orig_command;
/dports/textproc/texi2html/texi2html-5.0/
H A Dtexi2html.pl10930 my $orig_command = $macro;
10949 $top_format = { 'format' => $macro, 'text' => '', 'orig_format' =>$orig_command};
10996 …, $args_type_array, $args_array, $command, $class_name, $category, $class, $style, $orig_command));
10998 …' => '', 'only_inter_commands' => 1, 'format_ref' => $top_format, 'orig_command' => $orig_command};