Searched refs:perl (Results 1 - 25 of 644) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/plan9/
H A Daperl4 # Executes perl command and alters stderr to produce Acme-friendly error messages
8 /bin/perl-_P9P_VERSION $* |[2] /bin/perl-_P9P_VERSION -pe 's/ line (\d+)/:$1/' >[1=2]
H A Duninstall.rc9 sourceroot=/sys/src/cmd/perl
11 privroot=/sys/lib/perl
15 echo Uninstalling perl/$p9pvers
19 archroot=/$i/lib/perl
22 rm /$i/bin/perl-$p9pvers
/openbsd-current/gnu/llvm/llvm/utils/lint/
H A Dremove_trailing_whitespace.sh6 perl -pi -e 's/\s+$/\n/' $*
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/t/
H A Drel2abs2rel.t1 #!/usr/bin/perl -w
29 # Change 'perl' to './perl' so the shell doesn't go looking through PATH.
31 my($perl) = shift;
32 $perl = File::Spec->catfile(File::Spec->curdir, $perl) unless
33 File::Spec->file_name_is_absolute($perl);
35 return $perl;
37 # Make a putative perl binary say "ok\n". We have to do it this way
40 # `$perl
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dgit-make-p4-refs9 # git show perl@1234 where 1234 is a perforce change, and 'perl' is the p4
13 perl -0ne 'chomp; if ( @t = m{([a-f0-9]{40}).*?p4raw-id: //depot/(.*?\@\d+)}s ) { print "@t\n" }'
H A Dbisect-example.sh8 # string' when bisecting versions of perl older than 5.9.5 this hack
22 perl -ni -we 'print unless /<(?:built-in|command)/' makefile x2p/makefile
25 [ -x ./perl ] || exit 125
27 ./perl -Ilib ~/testcase.pl
H A Drt_list_patches4 echo "You need to set the environment variable RTUSER to your rt.perl.org username"
9 echo "You need to set the environment variable RTPASSWD to your rt.perl.org password"
14 export RTSERVER=https://rt.perl.org/
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dbuildperl.pl1 #!/usr/bin/perl -w
4 # buildperl.pl -- build various versions of perl automatically
35 prefix => '/tmp/perl/install/<config>/<perl>',
36 build => '/tmp/perl/build/<config>',
37 source => '/tmp/perl/source',
69 perl => [
83 perl => [
99 perl => [
107 perl
[all...]
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A DMakefile5 # The arg tests take a perl hash with arguments controlling the
17 time perl ${PERLINC} ${PERLPATH}relay.pl copy ${PERLPATH}$a
18 time perl ${PERLINC} ${PERLPATH}relay.pl splice ${PERLPATH}$a
19 time perl ${PERLINC} ${PERLPATH}echo.pl copy ${PERLPATH}$a
20 time perl ${PERLINC} ${PERLPATH}echo.pl splice ${PERLPATH}$a
22 time perl ${PERLINC} ${PERLPATH}remote.pl copy ${LOCAL_ADDR} ${REMOTE_ADDR} ${REMOTE_SSH} ${PERLPATH}$a
23 time perl ${PERLINC} ${PERLPATH}remote.pl splice ${LOCAL_ADDR} ${REMOTE_ADDR} ${REMOTE_SSH} ${PERLPATH}$a
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A DXSWarn.xs2 #include "perl.h"
11 # see perl #112776
/openbsd-current/gnu/usr.bin/perl/
H A Dperldtrace.d6 provider perl {
/openbsd-current/regress/sys/kern/sosplice/udp/
H A DMakefile5 # The arg tests take a perl hash with arguments controlling the
16 time perl ${PERLINC} ${PERLPATH}relay.pl copy ${PERLPATH}$a
17 time perl ${PERLINC} ${PERLPATH}relay.pl splice ${PERLPATH}$a
19 time perl ${PERLINC} ${PERLPATH}remote.pl copy ${LOCAL_ADDR} ${REMOTE_ADDR} ${REMOTE_SSH} ${PERLPATH}$a
20 time perl ${PERLINC} ${PERLPATH}remote.pl splice ${LOCAL_ADDR} ${REMOTE_ADDR} ${REMOTE_SSH} ${PERLPATH}$a
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dst_concurrency10 perl -I. -x t/st_concurrency st_shared &
11 perl -I. -x t/st_concurrency st_shared &
12 perl -I. -x t/st_concurrency st_shared &
13 perl -I. -x t/st_concurrency st_shared &
16 #!perl
36 # vim: ft=perl
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dopenpid.t1 #!./perl
26 my $perl = which_perl();
27 $perl .= qq[ "-I../lib"];
29 my @perl = ( which_perl(), "-I../lib" );
32 # commands run 4 perl programs. Two of these programs write a
39 # killing the perl process instead of an intermediate shell, this
47 $cmd1 = qq/$perl -e "\$|=1; print qq[first process\\n]; sleep 30;"/;
48 $cmd2 = qq/$perl -e "\$|=1; print qq[second process\\n]; sleep 30;"/;
51 @cmd1 = ( @perl, "-e", "\$|=1; print qq[first process\\n]; sleep 30;" );
52 @cmd2 = ( @perl, "
[all...]
/openbsd-current/regress/lib/libm/trivial1/
H A DMakefile2 PERL=perl
/openbsd-current/regress/sys/kern/sosplice/error/
H A DMakefile11 time perl ${PERLINC} ${PERLPATH}error.pl ${PERLPATH}$a
13 time perl ${PERLINC} ${PERLPATH}remote.pl ${REMOTE_SSH} ${PERLPATH}$a
/openbsd-current/regress/sys/netinet6/autoport/
H A DMakefile7 ${SUDO} /usr/bin/perl ${.CURDIR}/autoport.pl 6 30000 31000 64
/openbsd-current/gnu/usr.bin/perl/win32/
H A Ddistclean.bat1 @perl -w -Sx %0 %*
3 #!perl -w
35 del perl.exe
36 del perl*.dl
/openbsd-current/usr.sbin/adduser/
H A DMakefile3 SCRIPTS= adduser.perl rmuser.perl rmgroup.sh
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A D01perl_bugs.t1 #!/usr/bin/env perl -w
18 Sorry, but your perl's ability to translate decimal numbers to strings
/openbsd-current/regress/usr.bin/tsort/
H A DMakefile6 perl ${.CURDIR}/tsort-check t1.out ${.CURDIR}/pairs1
9 perl ${.CURDIR}/normalize-cycles <t2.out|head -1|diff - ${.CURDIR}/t2.canonical
12 perl ${.CURDIR}/tsort-check t3.out pairs3
15 perl ${.CURDIR}/tsort-check t4.out pairs4
18 perl ${.CURDIR}/tsort-check t5.out ${.CURDIR}/pairs5
21 perl ${.CURDIR}/tsort-check t6.out ${.CURDIR}/pairs6
45 perl ${.CURDIR}/build-tree 4 8 >$@
48 perl ${.CURDIR}/build-tree 5 10 >$@
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/
H A Dpsql.bat4 perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
7 perl -x -S %0 %*
13 #!/usr/bin/perl
/openbsd-current/regress/gnu/usr.bin/perl/
H A DMakefile10 ${MAKE} -C ${BSDSRCDIR}/gnu/usr.bin/perl -f Makefile.bsd-wrapper obj
11 ${MAKE} -C ${BSDSRCDIR}/gnu/usr.bin/perl -f Makefile.bsd-wrapper -j ${NCPU} all
27 rm -f ${BSDOBJDIR}/gnu/usr.bin/perl/$f
28 cp ${BSDSRCDIR}/gnu/usr.bin/perl/$f ${BSDOBJDIR}/gnu/usr.bin/perl/$f
29 chmod +x ${BSDOBJDIR}/gnu/usr.bin/perl/$f
34 ${MAKE} -C ${BSDSRCDIR}/gnu/usr.bin/perl -f Makefile.bsd-wrapper test
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dnofork.t1 #!/usr/bin/perl -w
30 my @perl = ( $^X, @libs );
36 my $ans = backticks( @perl, '-MNoFork', "-M$mod", '-e', $code );
41 my $ans = backticks( @perl, "-M$mod", '-e', $code );
/openbsd-current/regress/sys/arch/sparc64/emul-ldqstq/simm13/
H A DMakefile12 perl ${.CURDIR}/genasm.pl > $@
15 perl ${.CURDIR}/genc.pl > $@

Completed in 321 milliseconds

1234567891011>>