Searched refs:module (Results 51 - 75 of 281) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbase.pm90 (Perhaps you need to 'use' the module which defines that package first.)
190 C<require> a base class module is determined by the absence of a global variable
203 This module was introduced with Perl 5.004_04.
H A Dlib_pm.PL176 This is a small simple module which simplifies the manipulation of @INC
194 For each directory in LIST (called $dir here) the lib module also
213 For each directory in LIST (called $dir here) the lib module also
220 When the lib module is first loaded it records the current value of @INC
238 In the future, this module will likely use File::Spec for determining
245 FindBin - optional module which deals with paths relative to the source file.
H A DAutoSplit.pm32 module can handle. It is used by both the standard perl libraries and by
50 they are no longer part of the module (obsoleted functions).
56 fourth argument, I<$check>, instructs C<autosplit> to check the module
58 specification for the AutoLoader module, and skips the module if
65 that C<autosplit> is to check the modification time of the module
66 against that of the C<autosplit.ix> file, and only split the module if
79 delete obsolete C<.al> files, after checking first that the module does use
80 the AutoLoader, and ensuring that the module is not already currently split
95 As of version 1.01 of the AutoSplit module i
[all...]
H A DShell.pm133 Subject: a new module I just wrote
161 If you set $Shell::capture_stderr to 1, the module will attempt to
164 If you set $Shell::capture_stderr to -1, the module will discard the
167 The module now should work on Win32.
H A Dwarnings.pm49 A number of functions are provided to assist module authors.
62 Return TRUE if that warnings category is enabled in the calling module.
68 calling module.
86 If that warnings category has been set to "FATAL" in the calling module
94 calling module then die. Otherwise return.
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c42 field from the module specification against NULL and instead
165 gcry_module_t module; member in struct:gcry_cipher_handle
167 /* The algorithm id. This is a hack required because the module
172 limitations of the module system (we don't want to change the
371 /* Register a new cipher module whose specification can be found in
373 and a pointer representhing this module is stored in MODULE. */ argument
378 gcry_module_t *module)
383 /* We do not support module loading in fips mode. */
396 *module = mod;
406 gcry_cipher_unregister (gcry_module_t module)
404 gcry_cipher_unregister(gcry_module_t module) argument
421 gcry_module_t module; local
674 gcry_module_t module = NULL; local
1902 gcry_module_t module = NULL; local
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Dudp.d.in25 #pragma D depends_on module unix
H A Dfc.d29 #pragma D depends_on module genunix
30 #pragma D depends_on module fct
H A Dsmb.d28 #pragma D depends_on module genunix
29 #pragma D depends_on module smbsrv
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DByte.pm23 This module implements various single byte encodings. For most cases it uses
113 To find how to use this module in detail, see L<Encode>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm30 This module implements Korean charset encodings. Encodings supported
50 To find how to use this module in detail, see L<Encode>.
/osnet-11/usr/src/lib/libc/port/threads/
H A Dplockstat.d48 #pragma D attributes Private/Private/Unknown provider plockstat module
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot.c268 void *module = NULL; local
276 return grub_error (GRUB_ERR_BAD_ARGUMENT, "no module specified");
286 return grub_error (GRUB_ERR_BAD_ARGUMENT, "no module specified");
339 module = get_virtual_current_address (ch);
345 if ((read_size = grub_file_read (file, module, size)) != size &&
348 grub_dprintf("multiboot", "module read failed: %d\n", grub_errno);
369 while ((more = grub_file_read(file, module, size)) == size &&
388 "The module was not fully read because the buffer that was \n"
391 "`auto' before the module command",
417 0, N_("Load a multiboot 2 module
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.pm27 This module is used to load byte compiled perl code as produced by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL41 my($module) = $_[0];
44 my $b = "$module\::bootstrap";
47 goto retry unless $module and defined &dl_load_file;
49 my @modparts = split(/::/,$module);
69 # print STDERR "XSLoader::load for $module ($file)\n" if $dl_debug;
76 my $bootname = "boot_$module";
97 Carp::croak("Can't load '$file' for module $module: " . dl_error());
112 push(@dl_modules, $module); # record loaded module
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A Dops.pm39 See the L<Opcode> module for information about opcodes, optags, opmasks
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm37 This module tests the perl C API. Currently tests that C<printf>
42 This module can be used to check that the perl C API is behaving
43 correctly. This module provides test functions and an associated
46 This module is not meant to be installed.
/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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dtm.pm20 Don't use this module directly.
24 This module is used internally as a base class by Time::localtime And
/osnet-11/usr/src/grub/grub2/util/
H A Dimport_gcry.py321 conf.write ("module = {\n")
330 print ("WARNING: C file isn't a module: %s" % cipher_file)
375 for module in modules:
376 initfile.write ("extern void grub_%s_init (void);\n" % module)
377 initfile.write ("extern void grub_%s_fini (void);\n" % module)
382 for module in modules:
383 initfile.write (" grub_%s_init ();\n" % module)
389 for module in modules:
390 initfile.write (" grub_%s_fini ();\n" % module)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm38 This is an extremely simple, extremely basic module for writing tests
40 complicated testing, use the Test::More module (a drop-in replacement
114 This module is by no means trying to be a complete testing system.
121 Here's an example of a simple .t file for the fictional Film module.
178 This module was conceived while talking with Tony Bowden in his
180 complicated feature into the new Testing module. He observed that the
182 to write tests B<at all>. What was needed was a dead simple module
201 The original Perl testing module.
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/niu/common/
H A Dniu.c67 * Turn on module debugging output
124 nvlist_t *module; local
131 if ((module = topo_mod_modfmri(mod, FM_MOD_SCHEME_VERSION, dnm))
135 if (topo_prop_set_fmri(tn, tpgrp, tpnm, TOPO_PROP_IMMUTABLE, module,
137 nvlist_free(module);
140 nvlist_free(module);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm247 Here's C<modrm>, a little utility to cleanly remove an installed module.
268 foreach my $module (grep(!/^Perl$/, $installed->modules())) {
269 my $version = $installed->version($module) || "???";
270 print("Found module $module Version $version\n");
271 print("Do you want to delete $module? [n] ");
275 foreach my $file (sort($installed->files($module))) {
279 my $pf = $installed->packlist($module)->packlist_file();
282 foreach my $dir (sort($installed->directory_tree($module))) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm91 use integer; # vroom vroom... applies to the whole rest of the module
350 # If we have that module installed...
466 # memoization of whether we've used this module, or found it unusable.
472 my $module = $_[0]; # ASSUME sane module name!
474 return($tried{$module} = 1)
475 if defined(%{$module . "::Lexicon"}) or defined(@{$module . "::ISA"});
479 print " About to use $module ...\n" if DEBUG;
482 eval "require $module"; # use
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL108 Omit the XS portion. Used to generate templates for a module which is not
239 Will force the generation of test code that uses the older C<Test> module.
251 Do not use the module C<AutoLoader>; but keep the constant() function
357 I<interface_hairy.h>, and you want the perl module be named as
548 --use-old-tests Use the module Test rather than Test::More
551 --skip-autoloader Do not use the module C<AutoLoader>
659 If you intend this module to be compatible with earlier perl versions, please
683 my $module = $opt_n || 'Your::Module';
687 minimum required version with C<use $module versionnum>.
720 usage "Must supply header file or module nam
[all...]

Completed in 140 milliseconds

1234567891011>>