Searched refs:Bad (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A Ddemo3.pl4 my MyClass $x :Good :Bad(1**1-1) :Omni(vorous);
H A DMyClass.pm20 sub Bad : ATTR(SCALAR) { subroutine
21 # Invoked for any scalar variable with a :Bad attribute,
25 print "MyClass::Bad:ATTR(SCALAR)(@_);\n";
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist49 9 Bad file number
54 14 Bad address
94 54 Bad request code
97 57 Bad font file format
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A DSocket.t151 print (($@ =~ /^Bad arg length for Socket::sockaddr_family, length is 0, should be at least \d+/) ? "ok 16\n" : "not ok 16\n");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dnetrc.t61 ok( scalar($warn =~ /^Bad permissions:/),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dopen.t113 like( $@, qr/Bad filehandle:\s+afile/, ' right error' );
208 like( $@, qr/Bad filehandle:\s+afile/, ' right error' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm135 croak "Bad attribute type: ATTR($data)"
244 sub Bad : ATTR(SCALAR) {
245 # Invoked for any scalar variable with a :Bad attribute,
596 Bad => Tie::Taxes, # tie attr installed in Here::
649 my MyClass $slr :Good :Bad(1**1-1) :Omni(-vorous);
663 # my MyClass $slr :Good :Bad(1**1-1) :Omni(-vorous);
673 MyClass::Bad:ATTR(SCALAR)( 'MyClass', # class
676 'Bad', # attr name
788 =item C<Bad attribute type: ATTR(%s)>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsubst.t355 ok( $@ =~ /Bad evalled substitution/ );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm148 Carp::croak ("Bad escape sequence $_");
316 =item Bad escape sequence %s
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm128 die "Bad $keyword statement (problem in the parentheses?) near $Switch::file line ", line(substr($source,0,pos $source),$line), "\n";
138 die "Bad $keyword statement (problem in the code block?) near $Switch::file line ", line(substr($source,0, pos $source), $line), "\n";
195 die "Bad $keyword statement (invalid $keyword value?) near $Switch::file line ", line(substr($source,0,pos $source), $line), "\n";
207 die "Bad $keyword statement (problem in the code block?) near $Switch::file line ", line(substr($source,0,pos $source),$line), "\n";
681 is usually a Bad Idea in a switch statement. However, this
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm466 _failmsg "Bad identifier after dereferencer", pos $$textref;
2224 =item C<Bad identifier after dereferencer>

Completed in 579 milliseconds