Searched refs:pl (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/
H A Dregen.pl3 # regen.pl - a wrapper that runs all *.pl scripts to autogenerate files
17 foreach my $pl (map {chomp; "regen/$_"} <DATA>) {
18 my @command = ($^X, '-I.', $pl, @ARGV);
25 embed.pl
26 feature.pl
27 mg_vtable.pl
28 miniperlmain.pl
29 opcode.pl
30 overload.pl
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/
H A Dsource.pl5 ok 1 - source.pl
H A Dtest.tap7 ok 1 - source.pl
/openbsd-current/lib/libc/rpc/
H A Dsvc_simple.c61 struct proglst *pl; local
74 pl = malloc(sizeof(struct proglst));
75 if (pl == NULL)
77 pl->p_progname = progname;
78 pl->p_prognum = prognum;
79 pl->p_procnum = procnum;
80 pl->p_inproc = inproc;
81 pl->p_outproc = outproc;
82 pl->p_nxt = proglst;
83 proglst = pl;
93 struct proglst *pl; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DPacklist.t15 my $pl = ExtUtils::Packlist->new();
16 isa_ok( $pl, 'ExtUtils::Packlist' );
17 is( ref tied %$pl, 'ExtUtils::Packlist', 'obj should be tied underneath' );
20 $pl = ExtUtils::Packlist::TIEHASH( 'tieclass', 'packfile' );
21 is( ref($pl), 'tieclass', 'TIEHASH() should bless into class' );
22 is( $pl->{packfile}, 'packfile', 'TIEHASH() should store packfile name' );
25 ExtUtils::Packlist::STORE($pl, 'key', 'value');
26 is( $pl->{data}{key}, 'value', 'STORE() should stuff stuff in data member' );
29 $pl->{data}{foo} = 'bar';
30 is( ExtUtils::Packlist::FETCH($pl, 'fo
[all...]
/openbsd-current/regress/lib/libm/trivial1/
H A DMakefile5 test-fp: test-fp.pl
6 ${PERL} ${.CURDIR}/$@.pl | diff -u - ${.CURDIR}/test-fp.out
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A DMakefile7 # The relay.pl test fork these three processes locally. The remote.pl
9 # on a remote machine reachable with ssh. For echo.pl test 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/gcc/gcc/f/
H A Dlab.c101 ffelab pl;
103 for (pl = NULL, l = ffelab_list_; l != NULL; pl = l, l = l->next)
104 if (pl != NULL) local
105 malloc_kill_ks (ffe_pool_any_unit (), pl, sizeof (*pl));
107 if (pl != NULL) local
108 malloc_kill_ks (ffe_pool_any_unit (), pl, sizeof (*pl));
100 ffelab pl; local
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass45-frag.c16 size_t pl = p == NULL ? 0 : strlen (p); local
18 char a[pl + 1 + fl];
20 char b[pl + 5 + fl * 2];
24 cp = memcpy (cp, p, pl);
/openbsd-current/regress/sys/arch/sparc64/emul-ldqstq/simm13/
H A DMakefile11 simm13_asm.S: ${.CURDIR}/genasm.pl
12 perl ${.CURDIR}/genasm.pl > $@
14 simm13.c: ${.CURDIR}/genc.pl
15 perl ${.CURDIR}/genc.pl > $@
/openbsd-current/regress/sys/kern/sosplice/udp/
H A DMakefile7 # The relay.pl test fork these three processes locally. The remote.pl
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/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/lib/libcrypto/arch/powerpc64/
H A DMakefile.inc22 ${dst}.S: ${LCRYPTO_SRC}/${dir}/asm/${src}.pl
24 ${LCRYPTO_SRC}/${dir}/asm/${src}.pl linux32 ${.TARGET} > ${.TARGET}
/openbsd-current/lib/libcrypto/arch/aarch64/
H A DMakefile.inc8 ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl
10 ${LCRYPTO_SRC}/${dir}/asm/${f}.pl void ${.TARGET} > ${.TARGET}
/openbsd-current/regress/sys/kern/sosplice/loop/
H A DMakefile38 run-chain-ipv$i-proto$p-count$c: chain.pl
40 SUDO="${SUDO}" ${KTRACE} perl ${PERLPATH}chain.pl -$i -c $c -p $p $v
44 run-loop-ipv$i-proto$p: loop.pl
45 SUDO="${SUDO}" ${KTRACE} perl ${PERLPATH}loop.pl -$i -p $p $v
50 run-bcast: bcast.pl
51 SUDO="${SUDO}" ${KTRACE} perl ${PERLPATH}bcast.pl $v
/openbsd-current/sys/arch/hppa/spmath/
H A Dimpys.S34 pl .reg %r4 ; lower part of product label
48 stws,ma pl,4(sp) ; save registers on stack
73 sh4n shd pu,pl,4,pl ; shift product right 4 bits
89 shd pu,pl,4,pl ; product right 4 bits
94 shd pu,pl,4,pl ; product right 4 bits
109 shd pu,pl,2,pl ; shif
[all...]
H A Dimpyu.S34 pl .reg %r4 ; lower part of product label
49 stws,ma pl,4(sp) ; save registers on stack
74 shd op2,gr0,1,pl
84 sh4n shd pu,pl,4,pl ; shift product right 4 bits
100 shd pu,pl,4,pl ; product right 4 bits
105 shd pu,pl,4,pl ; product right 4 bits
120 shd pu,pl,
[all...]
/openbsd-current/games/monop/
H A Dmisc.c132 set_ownlist(int pl) argument
139 op = play[pl].own_list;
141 printf("op [%p] = play[pl [%d] ].own_list;\n", op, pl);
154 play[pl].num_util = num;
156 printf("play[pl].num_util = num [%d];\n", num);
170 play[pl].num_rr = num;
172 printf("play[pl].num_rr = num [%d];\n", num);
200 printf("player # %d\n", pl+1);
201 printhold(pl);
237 is_monop(MON *mp, int pl) argument
274 int pl; local
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/File-Glob/t/
H A Dbasic.t170 @a = (grep !/test.pl/, @a) if $^O eq 'VMS';
188 my @f_names = qw(Ax.pl Bx.pl Cx.pl aY.pl bY.pl cY.pl);
189 my @f_alpha = qw(Ax.pl aY.pl Bx.pl b
[all...]
/openbsd-current/lib/libcrypto/arch/i386/
H A DMakefile.inc6 EXTRA_PL = ${LCRYPTO_SRC}/perlasm/x86gas.pl ${LCRYPTO_SRC}/perlasm/x86asm.pl
46 ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${EXTRA_PL}
48 ${LCRYPTO_SRC}/${dir}/asm/${f}.pl \
56 x86cpuid.S: ${LCRYPTO_SRC}/x86cpuid.pl ${EXTRA_PL}
57 /usr/bin/perl -I${LCRYPTO_SRC}/perlasm ${LCRYPTO_SRC}/x86cpuid.pl \
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DMakefile5 rm -fr *.pl *.pm To lib
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dp2u_data.pl14 perl podusagetest.pl
/openbsd-current/gnu/usr.bin/perl/dist/Thread-Queue/
H A DMakefile.PL37 @$(CHMOD) 755 examples/*.pl
/openbsd-current/gnu/usr.bin/perl/dist/Thread-Semaphore/
H A DMakefile.PL36 @$(CHMOD) 755 examples/*.pl

Completed in 517 milliseconds

1234567891011>>