/openbsd/gnu/usr.bin/perl/t/base/ |
H A D | rs.t | 237 if ($msg!~m!Setting \$\/ to a reference to zero is forbidden!) { 248 if ($msg!~m!Setting \$\/ to a reference to a negative integer is forbidden!) { 259 if ($msg!~m!Setting \$\/ to an ARRAY reference is forbidden!) { 270 if ($msg!~m!Setting \$\/ to a HASH reference is forbidden!) {print "not ";} 279 if ($msg!~m!Setting \$\/ to a REF reference is forbidden!) {print "not ";} 288 if ($msg!~m!Setting \$\/ to a REGEXP reference is forbidden!) {print "not ";} 297 if ($msg!~m!Setting \$\/ to a GLOB reference is forbidden!) {print "not ";}
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | kvaslice.t | 180 'keys %array[ix] forbidden'); 183 'values %array[ix] forbidden'); 186 'each %array[ix] forbidden');
|
H A D | kvhslice.t | 189 like($@, qr/Experimental keys on scalar is now forbidden/, 192 like($@, qr/Experimental values on scalar is now forbidden/, 195 like($@, qr/Experimental each on scalar is now forbidden/,
|
H A D | push.t | 42 like( $@, qr/Experimental push on scalar is now forbidden/, 'push onto a hashref'); 45 like( $@, qr/Experimental push on scalar is now forbidden/, 'push onto a blessed array ref');
|
H A D | smartkve.t | 22 qr/Experimental $_[0] on scalar is now forbidden .* line 1\.(?x:
|
H A D | local.t | 608 sub FETCH { die "read \$_ forbidden" } 609 sub STORE { die "write \$_ forbidden" }
|
H A D | eval.t | 244 isnt($@, '', "my $_ is forbidden");
|
H A D | state.t | 393 foreach my $forbidden (<DATA>) {
|
H A D | sub_lval.t | 563 'list assignment to keys through lv sub is forbidden';
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | BaseState.pm | 32 my $forbidden = qr{[^[:print:]\s]}; 36 $string =~ s/$forbidden/?/g; 51 s/$forbidden/?/g if defined;
|
H A D | PkgCreate.pm | 234 push(@{$state->{forbidden}}, $self); 479 sub forbidden($) { 1 } subroutine 680 sub forbidden($) { 1 } subroutine 728 sub forbidden($) { 1 } subroutine 1346 if (defined $state->{forbidden}) { 1347 for my $e (@{$state->{forbidden}}) {
|
/openbsd/gnu/usr.bin/perl/dist/constant/lib/ |
H A D | constant.pm | 18 my %forbidden = (%keywords, %forced_into_main); 99 if ($name =~ $normal_constant_name and !$forbidden{$name}) {
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | svcatpvf.t | 20 "explicit $what index forbidden in va_list arguments");
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/treelang/ |
H A D | a01gcci01.tree | 20 // You are forbidden to forbid anyone else to use, share and improve
|
/openbsd/gnu/usr.bin/perl/cpan/Memoize/t/ |
H A D | cache.t | 24 …like $e, qr/^Anonymous function called in forbidden scalar context/, '... with the right error mes… 27 …like $e, qr/^Anonymous function called in forbidden list context/, '... with the right error messa…
|
/openbsd/regress/lib/libc/sys/ |
H A D | README | 22 t_kevent - no EVFILT_USER, DRVCTLDEV, passing kqueue forbidden
|
/openbsd/games/fortune/ |
H A D | README | 27 to its logical end, would have forbidden Ring Lardner from writing in the
|
/openbsd/gnu/usr.bin/perl/t/lib/croak/ |
H A D | op | 149 Initialization of state variables in list currently forbidden at - line 1, near ");" 155 Initialization of state variables in list currently forbidden at - line 1, near ");"
|
H A D | toke | 476 Use of bare << to mean <<"" is forbidden at - line 1. 481 Use of bare << to mean <<"" is forbidden at - line 1. 487 Use of bare << to mean <<"" is forbidden at - line 1.
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticCommentKinds.td | 29 "HTML end tag '%0' is forbidden">,
|
/openbsd/gnu/usr.bin/perl/dist/Safe/ |
H A D | Changes | 154 Carp::Heavy at run-time (while require() is forbidden.)
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | C++STYLE | 231 e.g. _S_top and _M_top. See BADNAMES for a list of forbidden names.
|
/openbsd/games/quiz/datfiles/ |
H A D | poetry | 182 Of that forbidden tree{,} whose mortal taste:\
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | C++STYLE | 249 e.g. _S_top and _M_top. See BADNAMES for a list of forbidden names.
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ControlFlowIntegrity.rst | 138 There are two types of bad cast that may be forbidden: bad casts 152 for a function to perform a forbidden cast to conform with an external API
|