Searched refs:pm (Results 26 - 50 of 154) sorted by relevance

1234567

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.c31 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dautouse.pm22 (my $pm = $module) =~ s{::}{/}g;
23 $pm .= '.pm';
24 if (exists $INC{$pm}) {
52 unless ($INC{$pm}) {
53 eval {require $pm};
H A Dh2xs.t10 # Makefile.PL and $module.pm
61 Writing $name/lib/$name.pm
74 Writing $name/lib/$name.pm
87 Writing $name/lib/$name.pm
100 Writing $name/lib/$name.pm
112 Writing $name/lib/$name.pm
122 Writing $name/lib/$name.pm
137 # plus 1 to open and 1 to check for the use in lib/$name.pm and Makefile.PL
202 foreach my $leaf (File::Spec->catfile('lib', "$name.pm"), 'Makefile.PL') {
H A Dstrict.t84 $expected =~ s|(\./)?abc\.pm|:abc.pm|g if $^O eq 'MacOS';
H A DAutoSplit.t86 my $file = File::Spec->catfile($incdir,"$module.pm");
230 AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD**ENDPATHSEP*)
231 *INC**PATHSEP**MOD*.pm: some names are not unique when truncated to 8 characters:
270 like (&*MOD*::test6, qr!^\Q*INC**PATHSEP**MOD*\E\.pm \(autosplit into \Q@{[File::Spec->catfile('*DIR*','*MOD*', 'test6.al')]}\E\):\d+$!);
290 AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD**ENDPATHSEP*)
305 AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD**ENDPATHSEP*)
333 AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD**ENDPATHSEP*)
362 AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD**ENDPATHSEP*)
408 AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD**ENDPATHSEP*)
H A Dwarnings.t145 $results =~ s|:abc\.pm\b|abc.pm|g;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c434 const Char *pe, *pm, *pl; local
438 for (lm = patbuf, pm = pattern; pm != ptr; *lm++ = *pm++)
447 for (pm = pe++; *pe != BG_RBRACKET && *pe != BG_EOS; pe++)
454 pe = pm;
470 for (i = 0, pl = pm = ptr; pm <= pe; pm++) {
471 switch (*pm) {
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c254 char *propstrpm, *propstrlabel, *pm, *label; local
275 pm = propstrpm;
314 TOPO_PROP_IMMUTABLE, pm, &err);
315 pm = pm + strlen(pm) + 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL39 VERSION_FROM => 'Storable.pm',
58 (You can find the documentation at the end of Storable.pm in POD format)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.xs12 extern regexp* my_regcomp (pTHX_ char* exp, char* xend, PMOP* pm);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddump.c328 Perl_do_pmop_dump(pTHX_ I32 level, PerlIO *file, PMOP *pm) argument
332 if (!pm) {
338 if (pm->op_pmflags & PMf_ONCE)
342 if (PM_GETRE(pm))
344 ch, PM_GETRE(pm)->precomp, ch,
345 (pm->op_private & OPpRUNTIME) ? " (RUNTIME)" : "");
348 if (pm->op_type != OP_PUSHRE && pm->op_pmreplroot) {
350 op_dump(pm->op_pmreplroot);
352 if (pm
388 Perl_pmop_dump(pTHX_ PMOP *pm) argument
[all...]
H A Dpp_ctl.c69 register PMOP *pm = (PMOP*)cLOGOP->op_other; local
79 if (pm->op_pmflags & PMf_KEEP && PM_GETRE(pm))
90 ReREFCNT_dec(PM_GETRE(pm));
91 PM_SETRE(pm, ReREFCNT_inc(re));
97 if (!PM_GETRE(pm) || !PM_GETRE(pm)->precomp ||
98 PM_GETRE(pm)->prelen != (I32)len ||
99 memNE(PM_GETRE(pm)->precomp, t, len))
101 if (PM_GETRE(pm)) {
154 register PMOP *pm = (PMOP*) cLOGOP->op_other; local
[all...]
H A Dwritemain.SH94 : boot_DynaLoader is called directly in DynaLoader.pm
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/JP/
H A DH2Z.pm2 # $Id: H2Z.pm,v 1.2 2002/04/27 18:59:50 dankogai Exp $
9 our $RCSID = q$Id: H2Z.pm,v 1.2 2002/04/27 18:59:50 dankogai Exp $;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dbase.t17 ::ok( $No::Version::VERSION =~ /set by base\.pm/, '$VERSION bug' );
19 # Test Inverse of $VERSION bug base.pm should not clobber existing $VERSION
/osnet-11/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c334 __fast_decimal_to_single(single *px, decimal_mode *pm, decimal_record *pd, argument
342 if (pm->rd != fp_nearest)
433 __fast_decimal_to_double(double *px, decimal_mode *pm, decimal_record *pd, argument
440 if (pm->rd != fp_nearest || pd->ndigits > 18 || pd->exponent
464 * point value *px observing the rounding mode specified in pm->rd and
484 * Note that the only mode that matters is the rounding direction pm->rd;
485 * pm->df and pm->ndigits are never used.
495 decimal_to_single(single *px, decimal_mode *pm, decimal_record *pd, argument
555 if (__fast_decimal_to_single(px, pm, p
570 decimal_to_double(double *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
649 decimal_to_extended(extended *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
736 decimal_to_quadruple(quadruple *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c43 regsubflags(regex_t* p, register const char* s, char** e, int delim, register const regflags_t* map, int* pm, regflags_t* pf) argument
52 minmatch = pm ? *pm : 0;
97 if (pm)
98 *pm = minmatch;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DINST.t42 VERSION_FROM => 'lib/Big/Dummy.pm',
119 VERSION_FROM => 'lib/Big/Dummy.pm',
H A DInstall.t33 pm_to_blib( { 'lib/Big/Dummy.pm' => 'blib/lib/Big/Dummy.pm' },
39 ok( -r 'blib/lib/Big/Dummy.pm', ' copied .pm file' );
41 is( $stdout->read, "cp lib/Big/Dummy.pm blib/lib/Big/Dummy.pm\n" );
43 pm_to_blib( { 'lib/Big/Dummy.pm' => 'blib/lib/Big/Dummy.pm' },
47 ok( -r 'blib/lib/Big/Dummy.pm', ' .pm fil
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dpl2pm.PL40 pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
78 $newname =~ s/\.pl$/.pm/ || next;
/osnet-11/usr/src/cmd/powertop/common/
H A Dcpufreq.c59 #include <sys/pm.h>
144 * instead, we will use a private interface offered directly by the pm
155 * This implementation now checks directly (using /dev/pm), if CPUPM
164 * (b) we cannot open /dev/pm (need check for proper
202 * access the kernel directly (using /dev/pm) to determine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A DIO.t15 local $INC{'XSLoader.pm'} = 1;
27 is( $load[0][1], $IO::VERSION, '... with the current .pm version' );
30 my @default = map { "IO/$_.pm" } qw( Handle Seekable File Pipe Socket Dir );
80 like( $@, qr/Can.t locate IO.nothere\.pm/, '... croaking on any error' );
83 my $fakemod = File::Spec->catfile( $fakedir, 'fakemod.pm' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm85 Based on example that was initially added to MIME::QuotedPrint.pm for the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm2 # Pod/Find.pm -- finds files containing POD documentation
70 F<$HOME/perl5lib/MyModule.pm> would get the POD name I<MyModule>,
71 whereas F<$HOME/perl5lib/Myclass/Subclass.pm> would be
78 is found, e.g. F<CPAN.pm> in different directories. This usually
84 with any Perl-like extension (.pm, .pl, .pod) stripped.
251 unless(-f $file && -T _ && ($file =~ /\.(pod|pm|plx?)\z/i || -x _ )) {
284 strips Perl-like extensions (.pm, .pl, .pod) and extensions like
306 $_[0] =~ s/\.(pod|pm|plx?)\z//i;
344 'A/B'). Additionally, '.pm', '.pl' and '.pod' are appended to the
440 foreach my $ext ('', '.pod', '.pm', '
[all...]
/osnet-11/usr/src/lib/libc/inc/
H A Dbase_conversion.h312 extern int __fast_double_to_decimal(double *dd, decimal_mode *pm,

Completed in 45 milliseconds

1234567