Home
last modified time | relevance | path

Searched refs:do_system (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTTelnet.c138 do_system(command); in remote_session()
183 do_system(command); in remote_session()
252 do_system(command); in remote_session()
302 do_system(command); in remote_session()
326 do_system(command); in remote_session()
336 do_system(command); in remote_session()
370 do_system(command); in remote_session()
409 do_system(command); in remote_session()
431 do_system(command); in remote_session()
439 do_system(command); in remote_session()
[all …]
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTTelnet.c138 do_system(command); in remote_session()
183 do_system(command); in remote_session()
252 do_system(command); in remote_session()
302 do_system(command); in remote_session()
326 do_system(command); in remote_session()
336 do_system(command); in remote_session()
370 do_system(command); in remote_session()
409 do_system(command); in remote_session()
431 do_system(command); in remote_session()
439 do_system(command); in remote_session()
[all …]
/dports/lang/perl5.30/perl-5.30.3/symbian/
H A Dsisify.pl102 sub do_system { subroutine
162 do_system("mkdir $tempdir\\$dir") unless $dir eq '.';
163 do_system("copy $file $tempdir");
166 do_system("copy $SisPl[0] $tempdir\\default.pl")
171 do_system("copy $dir $tempdir");
324 do_system("dir");
325 do_system("makesis $fn");
329 do_system("copy $AppName.sis $OWD");
/dports/lang/perl5.32/perl-5.32.1/symbian/
H A Dsisify.pl102 sub do_system { subroutine
162 do_system("mkdir $tempdir\\$dir") unless $dir eq '.';
163 do_system("copy $file $tempdir");
166 do_system("copy $SisPl[0] $tempdir\\default.pl")
171 do_system("copy $dir $tempdir");
324 do_system("dir");
325 do_system("makesis $fn");
329 do_system("copy $AppName.sis $OWD");
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/pandora/
H A Dplat.c111 static int do_system(const char *cmd) in do_system() function
146 return do_system(buf); in lcdrate_set()
169 return do_system(buf); in hwfilter_set()
190 return do_system(buf); in cpu_clock_set()
204 return do_system(buf); in gamma_set()
235 ret = do_system(buf); in switch_layer()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Dsystem.c56 static int do_system (const char *s);
81 return do_system (s); in system()
103 do_system (const char *s) in do_system() function
133 do_system (const char *s) in do_system() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dsystem.c64 static int do_system ();
90 return do_system (ptr, s);
121 do_system (ptr, s) in do_system() function
153 do_system (ptr, s) in do_system() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dsystem.c64 static int do_system ();
90 return do_system (ptr, s);
121 do_system (ptr, s) in do_system() function
153 do_system (ptr, s) in do_system() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdlib/
H A Dsystem.c65 static int _EXFUN(do_system, (struct _reent *ptr _AND _CONST char *s));
91 return do_system (ptr, s);
122 _DEFUN(do_system, (ptr, s),
154 _DEFUN(do_system, (ptr, s),
/dports/devel/p5-Module-Build/Module-Build-0.4231/t/
H A Dcompat.t193 $output = stdout_stderr_of( sub { $ran_ok = $new_build->do_system(@make, 'test') } );
208 $ran_ok = $mb->do_system(@make, 'test', $make_macro)
250 $ran_ok = $mb->do_system(@make, 'fakeinstall');
261 stdout_stderr_of( sub { $mb->do_system(@make, 'realclean'); } );
284 stdout_stderr_of( sub { $mb->do_system(@make, 'realclean'); } );
415 $success = $mb->do_system(@make);
425 $success = $mb->do_system(@make, 'test');
431 $success = $mb->do_system(@make, 'realclean');
465 $build->do_system(@make, $cleanup);
/dports/devel/rinutils/rinutils-0.10.0/CI-testing/
H A Dcontinuous-integration-testing.pl10 sub do_system subroutine
37 do_system( { cmd => [ "cmake", "--version" ] } );
44 do_system(
/dports/games/freecell-solver/freecell-solver-6.2.0/rinutils/CI-testing/
H A Dcontinuous-integration-testing.pl10 sub do_system subroutine
37 do_system( { cmd => [ "cmake", "--version" ] } );
44 do_system(
/dports/www/mod_perl2/mod_perl-2.0.11/Apache-Test/lib/Apache/
H A DTestMB.pm59 $self->do_system( $self->perl, $self->_bliblib,
74 $self->do_system($self->perl, $self->_bliblib,
99 $self->do_system('cover');
104 $self->do_system($self->perl, $self->_bliblib,
134 $self->do_system('Build.PL', $action);
/dports/devel/p5-Alien-SDL/Alien-SDL-1.446/inc/My/Builder/
H A DUnix.pm79 $self->do_system('cp ../../patches/SDL-1.2.14-configure configure');
80 $self->do_system('cp ../../patches/SDL-1.2.14-ltmain_sh build-scripts/ltmain.sh');
101 unless($self->do_system($cmd)) {
111 $self->do_system('cp ../SDL-1.2/libtool libtool') if $pack->{pack} eq 'SDL_Pango';
117 $self->do_system(@cmd) or die "###ERROR### [$?] during make ... ";
/dports/devel/cvslines/cvslines/
H A Dcvslines-commit66 sub do_system
199 &do_system("cvs commit$Logmsgopt $file");
215 &do_system("cvs remove $file"); # cause we need to...
217 &do_system("cvs add $file"); # ...re-add it (on the head)
218 &do_system("cvs commit$Logmsgopt $file"); #
231 &do_system("cvs update $ropt $file");
263 &do_system("cvs update $ropt $file; /bin/sleep 2");
313 if ($ans eq "e") { &do_system("$editor $file", 0); next; }
331 &do_system("cvs commit$Logmsgopt $file");
343 &do_system("cvs tag -B -F -r $rev -b $spec $file");
[all …]
/dports/devel/p5-App-perlbrew/App-perlbrew-0.93/t/
H A Ddo_system.t17 $app->do_system(qw(perl -E), 'say 42');
20 $app->do_system("perl -e 'say 42'");
/dports/databases/p5-Redis-Fast/Redis-Fast-0.31/builder/
H A DMyBuilder.pm46 $self->do_system('git','submodule','update','--init');
49 $self->do_system($make, '-C', 'deps/hiredis', 'static');
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/builder/
H A DMyBuilder.pm15 $self->do_system('git', 'submodule', 'update', '--init');
45 $self->do_system($make => '-C', $LIBZSTD_DIR, 'libzstd.a');
/dports/lang/perl5.30/perl-5.30.3/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm65 sub do_system { subroutine
72 return $self->SUPER::do_system($cmd);
128 $self->do_system( @$cmd )
220 $self->do_system( @$cmd );
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm65 sub do_system { subroutine
72 return $self->SUPER::do_system($cmd);
128 $self->do_system( @$cmd )
220 $self->do_system( @$cmd );
/dports/lang/perl5.32/perl-5.32.1/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm65 sub do_system { subroutine
72 return $self->SUPER::do_system($cmd);
128 $self->do_system( @$cmd )
220 $self->do_system( @$cmd );
/dports/devel/p5-ExtUtils-CBuilder/ExtUtils-CBuilder-0.280236/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm65 sub do_system { subroutine
72 return $self->SUPER::do_system($cmd);
128 $self->do_system( @$cmd )
220 $self->do_system( @$cmd );
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm65 sub do_system { subroutine
72 return $self->SUPER::do_system($cmd);
128 $self->do_system( @$cmd )
220 $self->do_system( @$cmd );
/dports/math/p5-Math-GSL/Math-GSL-0.43/inc/
H A DGSLBuilder.pm225 …$self->do_system( @args ) or die "error : $! while building ( @swig_flags ) $c_file in $gsldir fro…
291 $self->do_system(@shrp, @ld, @lddlflags, '-o', $lib_file,
339 $self->do_system(@cc, @flags, '-o', $obj_file, $file)
/dports/devel/p5-POE-Loop-Glib/POE-Loop-Glib-0.038/
H A DBuild.PL70 $build->do_system( $^X, '-MPOE::Test::Loops', '-e', 'POE::Test::Loops::generate( "t/", [ "Glib" ], …

1234567