Searched refs:isa (Results 26 - 50 of 67) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddumpvar.pl380 if (UNIVERSAL::isa($val,'ARRAY')) {
385 elsif (UNIVERSAL::isa($val,'HASH')) {
390 elsif (UNIVERSAL::isa($val,'IO')) {
394 # elsif (UNIVERSAL::isa($val,'CODE')) {
H A DShell.pm30 shift if ref $_[0] && $_[0]->isa( 'Shell' );
37 shift if ref \$_[0] && \$_[0]->isa( 'Shell' );
H A Dbase.pm74 next if $inheritor->isa($base);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm103 if (! UNIVERSAL::isa($i, 'Sun::Solaris::Exacct::Object'));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm55 sub isa subroutine
58 UNIVERSAL::isa(@_);
106 if ((!defined $d) && (ref $n) && (!$n->isa('Math::BigRat')))
108 if ($n->isa('Math::BigFloat'))
112 if ($n->isa('Math::BigInt'))
119 if ($n->isa('Math::BigInt::Lite'))
421 $x = $self->new($x) unless $x->isa($self);
422 $y = $self->new($y) unless $y->isa($self);
487 $x = $self->new($x) unless $x->isa($self);
488 $y = $self->new($y) unless $y->isa(
[all...]
H A DBigFloat.pm121 return $wanted->copy() if UNIVERSAL::isa($wanted,'Math::BigFloat');
294 sub isa subroutine
298 UNIVERSAL::isa($self,$class);
429 ((!$x->isa($self)) || (!$y->isa($self)));
499 ((!$x->isa($self)) || (!$y->isa($self)));
578 ((!$x->isa($self)) || (!$y->isa($self)));
787 if (!$x->isa('Mat
[all...]
H A DBigInt.pm478 if ref($wanted) && $wanted->isa($class); # MBI or subclass
996 ((!$x->isa($self)) || (!$y->isa($self)));
1041 ((!$x->isa($self)) || (!$y->isa($self)));
1069 ((!$x->isa($self)) || (!$y->isa($self)));
1135 ((!$x->isa($self)) || (!$y->isa($self)));
1408 if defined $upgrade && !$y->isa(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm317 # XXX BAD! $pope->isa('Catholic') eq 1
318 is( $pope->isa('Catholic'), 1, 'Is the Pope Catholic?' );
320 This does not check if C<$pope->isa('Catholic')> is true, it checks if
324 ok( $pope->isa('Catholic') ), 'Is the Pope Catholic?' );
491 Checks to see if the given $object->isa($class). Also checks to make
501 ok( defined $obj && $obj->isa('Some::Module') );
520 my $name = "$obj_name isa $class";
528 # We can't use UNIVERSAL::isa because we want to honor isa() overrides
530 my $rslt = eval { $object->isa(
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c760 char *isa; local
762 if ((isa = strstr(path, CRYPT_MODULE_ISA)) != NULL) {
763 *isa = '\0';
764 isa += strlen(CRYPT_MODULE_ISA);
766 CRYPT_ISA_DIR, isa) > PATH_MAX) {
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c490 char *isa, *fullpath = NULL, *dl_error; local
551 if ((isa = strstr(phead->puent->name, PKCS11_ISA)) != NULL) {
564 *isa = '\000';
565 isa += strlen(PKCS11_ISA);
567 phead->puent->name, PKCS11_ISA_DIR, isa);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard.c92 char isa[MAXNAMELEN]; local
112 (void) sysinfo(SI_MACHINE, isa, MAXNAMELEN);
113 if (strcmp(isa, "sun4v") != 0) {
114 topo_mod_dprintf(mod, "not sun4v architecture%s\n", isa);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c10 #include "isa.h"
78 struct isa_probe_state *state = &dev->state.isa;
79 printf("Probing isa %s...\n", type_name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm67 || UNIVERSAL::isa($from, 'GLOB')
68 || UNIVERSAL::isa($from, 'IO::Handle'))
72 || UNIVERSAL::isa($to, 'GLOB')
73 || UNIVERSAL::isa($to, 'IO::Handle'))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigrat.t28 ok ($x->isa('Math::BigRat'));
29 ok (!$x->isa('Math::BigFloat'));
30 ok (!$x->isa('Math::BigInt'));
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c154 char isa[MAXNAMELEN]; local
219 isa[0] = '\0';
223 (void) sysinfo(SI_ARCHITECTURE, isa, sizeof (isa));
226 thp->th_isa = topo_hdl_strdup(thp, isa);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c1180 char isa[MAXNAMELEN]; local
1199 isa[0] = '\0';
1200 result = sysinfo(SI_ARCHITECTURE, isa, sizeof (isa));
1206 if (strnlen(isa, MAXNAMELEN) > 0) {
1209 TOPO_PROP_IMMUTABLE, isa, &err);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dcookie.t417 sub isa {
426 sub isa {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm515 my $is_special = $warnings->isa("B::SPECIAL");
852 elsif( $sv->RV->isa( 'B::HV' ) && $sv->RV->NAME ) {
870 my $isa = \@{"$cvstashname\::ISA"};
871 if (grep($_ eq "AutoLoader", @$isa)) {
926 # if it not isa('DynaLoader'), it should hopefully be XSLoaded
929 !UNIVERSAL::isa($stashname,'DynaLoader') ) {
1787 foreach my $isa (@{$package.'::ISA'})
1789 if ($isa eq 'DynaLoader')
1799 unless ($unused_sub_packages{$isa})
1801 warn "$isa save
[all...]
H A DBytecode.pm656 if (($av=begin_av)->isa("B::AV")) {
681 if (($av=init_av)->isa("B::AV")) {
687 if (($av=end_av)->isa("B::AV")) {
H A DConcise.pm217 B::begin_av->isa("B::AV") ?
221 B::init_av->isa("B::AV") ?
225 B::check_av->isa("B::AV") ?
229 B::end_av->isa("B::AV") ?
332 if (ref($maybe_root) and $maybe_root->isa("B::OP")) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm98 my $isa = do {
102 _subclass_error() if @$isa;
103 tie @$isa, 'Class::Struct::Tie_ISA';
169 $out .= " elsif (UNIVERSAL::isa(\$init{'$name'}, '$type'))\n";
220 $out .= " croak '$name argument is wrong class' if \@_ && ! UNIVERSAL::isa(\$_[0], '$classes{$name}');\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL206 local *isa = *{"$module\::ISA"};
207 local @isa = (@isa, 'DynaLoader');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm526 if (UNIVERSAL::isa($_, 'Pod::InteriorSequence') or
543 if UNIVERSAL::isa($_, 'Pod::InteriorSequence');
903 if UNIVERSAL::isa($_, 'Pod::InteriorSequence');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm76 UNIVERSAL::isa($_[0],"CGI")));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm320 unless eval { $fd->{handle}->isa('IO::Handle') } ;

Completed in 2092 milliseconds

123