Searched refs:uninitialized (Results 1 - 20 of 20) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dassignwarn.t21 sub uninitialized { $warn =~ s/Use of uninitialized value[^\n]+\n//s; } subroutine
33 { my $x; tiex $x if $tie; $x ++; ok ! uninitialized, "postinc$tie"; }
34 { my $x; tiex $x if $tie; $x --; ok ! uninitialized, "postdec$tie"; }
35 { my $x; tiex $x if $tie; ++ $x; ok ! uninitialized, "preinc$tie"; }
36 { my $x; tiex $x if $tie; -- $x; ok ! uninitialized, "predec$tie"; }
38 { my $x; tiex $x if $tie; $x **= 1; ok uninitialized, "**=$tie"; }
41 { my $x; tiex $x if $tie; $x += 1; ok ! uninitialized, "+=$tie"; }
42 { my $x; tiex $x if $tie; $x -= 1; ok ! uninitialized, "-=$tie"; }
45 { my $x; tiex $x if $tie; $x .= 1; ok ! uninitialized, "
[all...]
H A Dsprintf2.t43 if ($_[0] =~ /uninitialized/) {
62 $_[0] =~ /^Use of uninitialized value in sprintf/) {
H A Dflip.t54 if ($warn =~ /uninitialized/) { print "ok 13\n" } else { print "not ok 13\n" }
H A Drunlevel.t405 use warnings FATAL => qw(uninitialized);
409 [TIE] Use of uninitialized value in print at - line 11.
H A Dchdir.t72 Use of uninitialized value in chdir at $0 line 64.
113 no warnings 'uninitialized';
122 no warnings 'uninitialized';
H A Dtiehandle.t232 like($received[1], qr/Use of uninitialized value/);
H A Dsubstr.t19 } elsif ($_[0] =~ /^Use of uninitialized value/) {
H A Dsprintf.t31 } elsif ($_[0] =~ /^Use of uninitialized value/) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Drunenv.t100 qq{Name "main::x" used only once: possible typo at -e line 1.\nUse of uninitialized value in print at -e line 1.\n});
119 Use of uninitialized value in print at -e line 1.
128 Use of uninitialized value in print at -e line 1.
H A Dfresh_perl.t513 Use of uninitialized value in numeric eq (==) at - line 4.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.t23 no warnings 'uninitialized' ;
77 no warnings 'uninitialized' ;
/opensolaris-onvv-gate/usr/src/cmd/fm/dicts/
H A DSMF.dict33 defect.sunos.smf.svc.uninitialized=4
58 ireport.os.smf.state-transition.uninitialized=29
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/JP/
H A DH2Z.pm126 no warnings qw(uninitialized);
H A DJIS7.pm132 no warnings qw(uninitialized);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/KR/
H A D2022_KR.pm59 no warnings qw(uninitialized);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dsyslog.t20 syntax taint uninitialized unpack untie utf8 void);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.t402 Use of uninitialized value in string eq at
H A DCPAN.pm1269 We have to reconfigure CPAN.pm due to following uninitialized parameters:
5607 return if $w =~ /uninitialized/i;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm403 C<Use of uninitialized value in subroutine entry>.
425 C<Use of uninitialized value in subroutine entry>.
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A DREADME684 6848586 rw_enter()/rw_exit() could be called on uninitialized rw lock

Completed in 79 milliseconds