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 D | cpan | 12 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 D | Maketext.pm | 25 # 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 D | kstat.c | 49 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 D | authdata.c | 937 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 D | Exporter.pm | 319 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 D | CC.pm | 68 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 D | h2xs.PL | 56 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