Searched refs:pm (Results 1 - 25 of 154) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/
H A DMakefile50 usr/perl5/5.12/lib/Sun/Solaris/BSM/_BSMparse.pm \
51 usr/perl5/5.12/lib/Sun/Solaris/Pg.pm \
52 usr/perl5/5.12/lib/$(ARCH_TOKEN)-solaris-64int/Sun/Solaris/Intrs.pm \
53 usr/perl5/5.12/lib/$(ARCH_TOKEN)-solaris-64int/Sun/Solaris/Kstat.pm \
54 usr/perl5/5.12/lib/$(ARCH_TOKEN)-solaris-64int/Sun/Solaris/Lgrp.pm \
55 usr/perl5/5.12/lib/$(ARCH_TOKEN)-solaris-64int/Sun/Solaris/Utils.pm \
57 usr/perl5/5.8.4/lib/Sun/Solaris/BSM/_BSMparse.pm \
58 usr/perl5/5.8.4/lib/Sun/Solaris/Intrs.pm \
59 usr/perl5/5.8.4/lib/Sun/Solaris/Kstat.pm \
60 usr/perl5/5.8.4/lib/Sun/Solaris/Lgrp.pm \
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A Dvmsish.pm25 ExtUtils::MakeMaker::vmsish - Platform agnostic vmsish.pm
29 use just like vmsish.pm
33 Until 5.8.0, vmsish.pm is only installed on VMS. This means any code
H A Dbytes.pm22 ExtUtils::MakeMaker::bytes - Version agnostic bytes.pm
26 use just like bytes.pm
30 bytes.pm was introduced with 5.6. This means any code which has 'use
36 which works just like it when bytes.pm exists and everywhere else it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dassembler.t5 =head1 TEST FOR B::Assembler.pm AND B::Disassembler.pm
11 round trip. Also, error checking of Assembler.pm is tested by feeding
14 Since Assembler.pm likes to assemble a file, we comply by writing a
27 Because Disassembler.pm also assumes input from a file, we write the
39 An error where Assembler.pm and Disassembler.pm agree but Assembler.pm
57 C<%badlist>. (Since the data in Asmdata.pm is autogenerated, it may also
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dbasic.t132 ok( $files{'dummy.pm'}, ' Dummy.pm installed' );
133 ok( $files{'liar.pm'}, ' Liar.pm installed' );
149 ok( $files{'Dummy.pm'}, ' Dummy.pm installed' );
150 ok( $files{'Liar.pm'}, ' Liar.pm installed' );
172 ok( $files{'Dummy.pm'}, ' Dummy.pm installe
[all...]
H A D00setup_dummy.t37 'Big-Dummy/lib/Big/Dummy.pm' => <<'END',
59 VERSION_FROM => 'lib/Big/Dummy.pm',
61 ABSTRACT_FROM => 'lib/Big/Dummy.pm',
81 'Big-Dummy/Liar/lib/Big/Liar.pm' => <<'END',
94 VERSION_FROM => 'lib/Big/Liar.pm',
H A Dpostamble.t39 VERSION_FROM => 'lib/Big/Dummy.pm',
H A D00compile.t26 grep { m{^lib/ExtUtils/\S*\.pm} } <MANIFEST>;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DMakefile58 CLOBBERFILES = $(MINIPERL) $(PROG) $(PERL_CONFIGDEP) libperl.so lib/re.pm \
59 lib/lib.pm lib/ExtUtils/Miniperl.pm t/perl
139 # * Copying re.pm from ext/re into lib.
140 # * Creating lib.pm from lib_pm.PL.
141 # * Creating Config.pm from config.sh.
148 preplibrary: $(MINIPERL) $(PERL_CONFIG_PM) lib/lib.pm \
149 lib/ExtUtils/Miniperl.pm cflags $(AUTOSPLIT)
151 $(PERL_CONFIG_PM): configpm $(PERL_CONFIG_H) myconfig.SH $(MINIPERL) lib/re.pm
154 lib/re.pm
[all...]
/osnet-11/usr/src/lib/libc/port/fp/
H A D__flt_decim.c260 * modes in *pm using double precision floating point. Return zero
265 __fast_double_to_decimal(double *dd, decimal_mode *pm, decimal_record *pd, argument
272 if (pm->rd != fp_nearest)
275 if (pm->df == fixed_form) {
277 if (pm->ndigits < 0 || pm->ndigits > __TBL_TENS_MAX)
282 if (pm->ndigits) {
284 if (pm->ndigits > __TBL_TENS_EXACT) {
285 dds *= __tbl_tens[pm->ndigits];
288 dds = __mul_set(dds, __tbl_tens[pm
[all...]
H A Ddouble_decim.c155 * rounding according to the modes in *pm and recording any exceptions
164 * When pm->df == fixed_form, we may discover that the result would
174 __big_decimal_to_string(_big_float *pf, int sticky, decimal_mode *pm, argument
201 if (pm->df == fixed_form) {
203 er = -pm->ndigits;
223 elast = er = e - pm->ndigits + 1;
288 switch (pm->rd) {
317 if (pm->df == floating_form) {
334 * decimal record *pd according to the modes in *pm. Any exceptions
338 __bigfloat_to_decimal(_big_float *bf, decimal_mode *pm, decimal_recor argument
529 single_to_decimal(single *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
601 double_to_decimal(double *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
646 extended_to_decimal(extended *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
702 quadruple_to_decimal(quadruple *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A DMakefile65 $(PL_TARGS): ../lib/Config.pm
69 splain: ../lib/diagnostics.pm
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A DMakefile.PL33 VERSION_FROM => '_BSMparse.pm',
42 PO_SRC = _BSMparse.pm
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DCJKConstants.pm2 # $Id: CJKConstants.pm,v 1.2 2003/04/24 17:43:16 dankogai Exp $
9 our $RCSID = q$Id: CJKConstants.pm,v 1.2 2003/04/24 17:43:16 dankogai Exp $;
64 Encode::CJKConstants.pm -- Internally used by Encode::??::ISO_2022_*
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DApache.pm11 CGI::Apache - Backward compatibility module for CGI.pm
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_parser.c349 * of the match but the start offset from 'pm[idx]' must be used.
352 pmatch_copy(char *dst, const char *matched_str, regmatch_t pm[], int idx) argument
354 int len = pm[idx].rm_eo - pm[idx].rm_so;
355 (void) memcpy(dst, matched_str + pm[idx].rm_so, len);
369 regmatch_t pm[10]; local
381 * ()'s in the regular expression. pm[0] is reserved for the whole
384 ret = regexec(&suri_re_uri, sh->sh_uri, 10, pm, 0);
387 pmatch_copy(gen_uri->sgu_scheme, sh->sh_uri, pm, 1);
389 pmatch_copy(gen_uri->sgu_authority, sh->sh_uri, pm,
684 regmatch_t pm[6]; local
771 regmatch_t pm[3]; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan25 This script provides a command interface (not a shell) to CPAN.pm.
38 Creates the CPAN.pm autobundle with CPAN::Shell->autobundle.
50 Print the script version and CPAN.pm version.
108 comes directly from CPAN.pm.
158 "CPAN.pm version $CPAN_VERSION\n";
195 die "CPAN.pm cannot $method!\n" unless CPAN::Shell->can( $method );
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c230 crypto_get_provider_mechanisms_t *pm, tmp; local
271 pm = malloc(alloc_bytes);
272 if (pm == NULL)
275 pm->pm_provider_id = provider_id;
276 pm->pm_count = tmp.pm_count;
278 while ((r = ioctl(kernel_fd, CRYPTO_GET_PROVIDER_MECHANISMS, pm)) < 0) {
285 rv = crypto2pkcs11_error_number(pm->pm_return_value);
291 for (i = 0; i < pm->pm_count; i++) {
293 bcopy(&pm->pm_list[i][0], mechanism_info.mi_mechanism_name,
337 if (strcmp(&pm
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A DMakefile50 $(PL_TARGS): ../lib/Config.pm
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A DMakefile58 $(PL_TARGS): ../lib/Config.pm
61 ../pod/%.pod: %.pod ../lib/Config.pm
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DNox.pm26 CPAN::Nox - Wrapper around CPAN.pm without using any XS module
36 This package has the same functionality as CPAN.pm, but tries to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dinccode.t49 ok( exists $INC{'Foo.pm'}, ' %INC sees Foo.pm' );
50 is( ref $INC{'Foo.pm'}, 'CODE', ' val Foo.pm is a coderef in %INC' );
51 is( $INC{'Foo.pm'}, \&fooinc, ' val Foo.pm is correct in %INC' );
56 ok( exists $INC{'Foo1.pm'}, ' %INC sees Foo1.pm' );
57 is( ref $INC{'Foo1.pm'}, 'CODE', ' val Foo1.pm i
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c121 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, argument
130 nvlist_add_nvlist(args, TOPO_PROP_ARGS, pm->tpm_args) != 0)
147 if (topo_method_call(node, pm->tpm_name, pm->tpm_version,
792 topo_propmethod_t *pm = pv->tp_method; local
799 ret = nvlist_add_nvlist(args, TOPO_PROP_ARGS, pm->tpm_args);
825 ret = topo_method_call(node, pm->tpm_name, pm->tpm_version,
847 register_methoderror(tnode_t *node, topo_propmethod_t *pm, int *errp, int l, argument
852 if (pm !
874 topo_propmethod_t *pm = NULL; local
1301 topo_propmethod_t *pm; local
[all...]
/osnet-11/usr/src/lib/libpower/common/
H A Dlibpower.h39 #include <sys/pm.h>
H A Dlibpower_impl.h38 #include <sys/pm.h>
43 #define PM_DEV_PATH "/dev/pm"

Completed in 70 milliseconds

1234567