Searched refs:module (Results 76 - 100 of 281) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/fm/libfmd_snmp/
H A DMakefile.com31 module.c \
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h.texi98 /* @r{The module structure.} */
99 typedef struct module
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dminimod.pl1 # minimod.PL writes the contents of miniperlmain.c into the module
6 # arguments module names that shall be statically linked into perl.
119 This whole module is written when perl itself is built from a script
131 deal with this module directly.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm30 This module implements Japanese charset encodings. Encodings
57 To find out how to use this module in detail, see L<Encode>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/
H A DUTF7.pm92 This module implements UTF-7 encoding documented in RFC 2152. UTF-7,
99 But Unicode::String, a module by Gisle Aas which adds Unicode supports
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm22 The PerlIO::via module allows you to develop PerlIO layers in Perl, without
26 One example module, L<PerlIO::via::QuotedPrint>, is included with Perl
29 PerlIO::via::StripHTML module for instance, allows you to say:
39 does B<not> have to be fully qualified. The PerlIO::via module will prefix
41 fully qualified module name.
45 To create a Perl module that implements a PerlIO layer in Perl (as opposed to
49 the default namespace feature of the PerlIO::via module itself.
195 Given the following module, PerlIO::via::Hex :
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan63 Runs a `make clean` in the specified module's directories.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/
H A DHeavy.pm147 qq["$sym" is not exported by the $pkg module\n];
180 Carp::carp(qq["$sym" is not implemented by the $pkg module ],
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm8 my %module = (MacOS => 'Mac',
18 my $module = $module{$^O} || 'Unix';
20 require "File/Spec/$module.pm";
21 @ISA = ("File::Spec::$module");
45 This module is designed to support operations commonly performed on file
54 OS specific routines is available in a separate module, including:
62 The module appropriate for the current OS is automatically loaded by
232 versions of this module ignored the volume of $base, which resulted in
262 versions of this module ignore
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm64 This module's default exports override the core getprotoent(),
92 module to build a struct-like class, you shouldn't rely upon this.
H A Dservent.pm66 This module's default exports override the core getservent(),
109 module to build a struct-like class, you shouldn't rely upon this.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm29 # Don't use the CVS revision as the version, since this module is also in Perl
118 this module.
130 The current version of this module is always available from its web site at
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DSelect.t33 This program just tests the basics of the Pod::Select module.
98 This program just tests the basics of the Pod::Select module.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.pm20 This module provides the ability to use references as hash keys if you
21 first C<tie> the hash variable to this module. Normally, only the
H A DHandle.pm27 This module provides some skeletal methods for handle-tying classes. See
111 the Tie::Handle (3.0) module available on CPAN. It was due to an
113 clash has been cleared in favor of this module that comes with the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm62 This module's default exports override the core gmtime() function,
86 module to build a struct-like class, you shouldn't rely upon this.
H A Dlocaltime.pm57 This module's default exports override the core localtime() function,
82 module to build a struct-like class, you shouldn't rely upon this.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm64 This module's default exports override the core getgrent(), getgruid(),
91 module to build a struct-like class, you shouldn't rely upon this.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c99 * credentials should never hit this routine), breaking up the module's
101 * easily, and copying over the relevant parts of the module's table. */
123 /* pull out the module function tables for all of the modules */
172 fprintf (stderr, "init err, skipping module \"%s\"\n",
202 * Only the first module within each plugin will ever
203 * have request_context filled in. Every module within
218 fprintf (stderr, "init module \"%s\", pa_type %d, flag %d\n",
234 * start processing any data from the server, at which point every module
521 /* Tweak the request body, for now adding any enctypes which the module claims
534 /* Add the module
575 struct _krb5_preauth_context_module *module; local
1840 struct _krb5_preauth_context_module *module; local
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Dsrp.d29 #pragma D depends_on module genunix
30 #pragma D depends_on module srpt
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D20_linux_xen.in99 module ${rel_dirname}/${basename} placeholder root=${linux_root_device_thisversion} ro ${args}
105 module ${rel_dirname}/${initrd}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dfile.pm57 This module provide 3 convenience functions to calculate the digest
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm70 This module implements a PerlIO layer that works on files encoded in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm35 likely to be useful to a user of your module. In the case of
39 your module was called. There is no guarantee that that is where
72 Any call from an internal Perl module is safe. (Nothing keeps
H A DSelfLoader.pm77 " sub $name in non-selfloading module $1";
148 This module tells its users that functions in the FOOBAR package are to be
168 the 'main' program has an C<__END__>, but a module 'require'd (_not_ 'use'd)
171 in the module, _not_ the data after the C<__END__> token in the 'main'
230 There is a maintenance gain in not needing to run AutoSplit on the module
234 another view of these distinctions can be found in that module's
242 Data after the C<__DATA__> token in a module is read using the
287 properly. You can load the stubs into the module at 'require' time, by
288 adding the statement 'SelfLoader-E<gt>load_stubs();' to the module to do
292 releasing the module, an
[all...]

Completed in 90 milliseconds

1234567891011>>