Home
last modified time | relevance | path

Searched refs:cmd_shell (Results 1 – 25 of 101) sorted by relevance

12345

/dports/devel/pysvn/pysvn-1.9.12/Tests/
H A Dtest-08.cmd16 call :cmd_shell mkdir testroot-08
17 call :cmd_shell subst b: %CD%\testroot-08
18 call :cmd_shell cd /d b:\
20 call :cmd_shell mkdir tmp
23 call :cmd_shell svnadmin create b:\repos
30 call :cmd_shell cd /d b:\wc1
52 call :cmd_shell type b:\diff-1.patch
54 call :cmd_shell type folder1\file-a.txt
58 call :cmd_shell cd /d b:\wc2
60 call :cmd_shell type folder1\file-a.txt
[all …]
H A Dtest-01.cmd15 call :cmd_shell mkdir testroot-01
17 call :cmd_shell cd /d b:\
30 call :cmd_shell dir b:\wc1 /s /b /a-h
31 call :cmd_shell cd /d b:\wc1\test
39 call :cmd_shell mkdir folder1
43 call :cmd_shell mkdir folder3
139 call :cmd_shell cd /d b:\wc2\test
191 call :cmd_shell mkdir b:\root
209 call :cmd_shell cd b:\wc3\test
237 call :cmd_shell mkdir b:\tmp
[all …]
H A Dtest-11.cmd16 call :cmd_shell mkdir testroot-11
17 call :cmd_shell subst b: %CD%\testroot-11
18 call :cmd_shell cd /d b:\
20 call :cmd_shell mkdir tmp
23 call :cmd_shell svnadmin create b:\repos
30 call :cmd_shell cd /d b:\wc1
60 :cmd_shell label
H A Dtest-10.cmd16 call :cmd_shell mkdir testroot-10
17 call :cmd_shell subst b: %CD%\testroot-10
18 call :cmd_shell cd /d b:\
20 call :cmd_shell mkdir tmp
23 call :cmd_shell svnadmin create b:\repos
30 call :cmd_shell cd /d b:\wc1
64 :cmd_shell label
H A Dtest-09.cmd16 call :cmd_shell mkdir testroot-09
17 call :cmd_shell subst b: %CD%\testroot-09
18 call :cmd_shell cd /d b:\
20 call :cmd_shell mkdir tmp
23 call :cmd_shell svnadmin create b:\repos
30 call :cmd_shell cd /d b:\wc1
69 call :cmd_shell cd /d folder1
83 :cmd_shell label
H A Dtest-06.cmd15 call :cmd_shell mkdir testroot-06
16 call :cmd_shell subst b: %CD%\testroot-06
17 call :cmd_shell cd /d b:\
19 call :cmd_shell svnadmin create b:/repos
27 call :cmd_shell cd b:\wc1\test
48 :cmd_shell label
H A Dtest-07.cmd16 call :cmd_shell mkdir testroot-07
17 call :cmd_shell subst b: %CD%\testroot-07
18 call :cmd_shell cd /d b:\
20 call :cmd_shell svnadmin create b:/repos
28 call :cmd_shell cd /d b:/wc1/test
63 :cmd_shell label
H A Dtest-05.cmd15 call :cmd_shell mkdir testroot-05
16 call :cmd_shell subst b: %CD%\testroot-05
17 call :cmd_shell cd /d b:\
19 call :cmd_shell svnadmin create b:\repos
27 call :cmd_shell cd b:\wc1\test
63 call :cmd_shell cd b:\wc2\test
122 :cmd_shell label
/dports/misc/gpsim/gpsim-0.31.0/cli/
H A Dcmd_shell.cc32 cmd_shell c_shell;
39 cmd_shell::cmd_shell() in cmd_shell() function in cmd_shell
51 void cmd_shell::shell(String *cmd) in shell()
H A Dcmd_shell.h27 class cmd_shell : public command
30 cmd_shell();
34 extern cmd_shell c_shell;
H A DMakefile.am33 cmd_shell.cc \
46 cmd_shell.h cmd_trace.h \
H A DMakefile.in142 cmd_run.lo cmd_set.lo cmd_shell.lo cmd_step.lo cmd_stimulus.lo \
176 ./$(DEPDIR)/cmd_shell.Plo ./$(DEPDIR)/cmd_step.Plo \
439 cmd_shell.cc \
452 cmd_shell.h cmd_trace.h \
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd_shell.Plo@am__quote@ # am--include-marker
765 -rm -f ./$(DEPDIR)/cmd_shell.Plo
844 -rm -f ./$(DEPDIR)/cmd_shell.Plo
/dports/devel/p5-Shell-Guess/Shell-Guess-0.09/lib/Shell/
H A DGuess.pm31 { return __PACKAGE__->cmd_shell }
42 { return __PACKAGE__->cmd_shell }
89 { return __PACKAGE__->cmd_shell }
130 sub cmd_shell { bless { cmd => 1, win32 => 1, name => 'cmd', default_location => 'C:\\Windows\\syst… subroutine
/dports/devel/p5-Shell-Config-Generate/Shell-Config-Generate-0.34/t/
H A Dshell_config_generate__echo_off.t8 is eval { Shell::Config::Generate->new->echo_off->generate(Shell::Guess->cmd_shell) }, "\@echo off\…
11 is eval { Shell::Config::Generate->new->echo_off->echo_on->generate(Shell::Guess->cmd_shell) }, "",…
H A Dshell_config_generate__shebang.t8 is eval { Shell::Config::Generate->new->shebang('/bin/foo')->generate(Shell::Guess->cmd_shell) }, '…
/dports/devel/hgsvn/hgsvn-0.6.0/hgsvn/unittests/
H A Dtest_common.py52 cmd_shell = None variable in CommandsBase
56 if len(self.cmd_shell) > 0:
57 return self.command_func(self.cmd_shell[0], self.cmd_shell[1:]+[cmd]+args, bulk_args)
74 self.cmd_shell = ['cmd.exe', '/C']
76 self.cmd_shell = None
/dports/databases/sqsh/sqsh-2.5/src/
H A Dcmd.h87 int cmd_shell _ANSI_ARGS(( int, char** )) ;
153 { "\\shell", NULL, cmd_shell },
H A Dcmd_shell.c42 int cmd_shell( argc, argv )
/dports/devel/p5-Shell-Config-Generate/Shell-Config-Generate-0.34/example/
H A Dsimple.pl22 $config->generate_file(Shell::Guess->cmd_shell, 'config.cmd');
/dports/devel/p5-Shell-Guess/Shell-Guess-0.09/t/
H A Dshell_guess__cmd.t6 my $shell = eval { Shell::Guess->cmd_shell };
/dports/chinese/qe/qe-0.1.1/src/
H A Dfbcmdln.cc97 return cmd_shell(); in cmd_execute()
313 int filebuffer::cmd_shell(void) { in cmd_shell() function in filebuffer
/dports/lang/seed7/seed7/src/
H A Dcmdlib.h60 objectType cmd_shell (listType arguments);
/dports/devel/urjtag/urjtag-2021.03/src/cmd/
H A DMakefile.in168 cmd_debug.c cmd_shell.c cmd_set.c cmd_endian.c cmd_peekpoke.c \
179 cmd_test.lo cmd_debug.lo cmd_shell.lo cmd_set.lo cmd_endian.lo \
227 ./$(DEPDIR)/cmd_shell.Plo ./$(DEPDIR)/cmd_shift.Plo \
465 cmd_shell.c \
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd_shell.Plo@am__quote@ # am--include-marker
800 -rm -f ./$(DEPDIR)/cmd_shell.Plo
888 -rm -f ./$(DEPDIR)/cmd_shell.Plo
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/
H A Dmake1.c1105 LIST * cmd_shell = L0; in make1cmds() local
1120 if ( list_empty( cmd_shell ) ) cmd_shell = list_copy( shell ); in make1cmds()
1122 chunk ), cmd_shell ); in make1cmds()
1188 cmd_shell = L0; in make1cmds()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/
H A Dmake1.c1105 LIST * cmd_shell = L0; in make1cmds() local
1120 if ( list_empty( cmd_shell ) ) cmd_shell = list_copy( shell ); in make1cmds()
1122 chunk ), cmd_shell ); in make1cmds()
1188 cmd_shell = L0; in make1cmds()

12345