Searched refs:module_name (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan12 cpan module_name [ module_name ... ]
15 cpan [-cimt] module_name [ module_name ... ]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm25 # eval("use $module_name") in _try_use. If you turn this off, you have
259 foreach my $module_name ( map { $base_class . "::" . $_ } @languages ) {
260 next unless length $module_name; # sanity
261 next if $seen{$module_name}++ # Already been here, and it was no-go
262 || !&_try_use($module_name); # Try to use() it, but can't it.
263 return($module_name->new); # Make it!
/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c49 char *module_name; member in struct:kstat_hashed_records
178 if ((!ks_module || (strcmp(hash_entry->module_name,
244 ks_entry->module_name = ksp->ks_module;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauthdata.c937 const char *module_name,
946 name.length = strlen(module_name);
947 name.data = (char *)module_name;
969 const char *module_name,
975 name.length = strlen(module_name);
976 name.data = (char *)module_name;
934 krb5_authdata_export_internal(krb5_context kcontext, krb5_authdata_context context, krb5_boolean restrict_authenticated, const char *module_name, void **ptr) argument
967 krb5_authdata_free_internal(krb5_context kcontext, krb5_authdata_context context, const char *module_name, void *ptr) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm319 module into a call to $module_name-E<gt>require_version($value). This can
345 @failed_symbols = $module_name->export_fail(@failed_symbols);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm68 my ($module_name);
1715 $module_name = $arg;
1791 output_all($module_name || "init_module");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL56 The I<module_name> will be used for the name of the extension. If
57 module_name is not supplied then the name of the first header file
189 =item B<-n>, B<--name>=I<module_name>

Completed in 178 milliseconds