Home
last modified time | relevance | path

Searched refs:forbidden (Results 1 – 25 of 81) sorted by relevance

1234

/openbsd/gnu/usr.bin/perl/t/base/
H A Drs.t237 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 Dkvaslice.t180 'keys %array[ix] forbidden');
183 'values %array[ix] forbidden');
186 'each %array[ix] forbidden');
H A Dkvhslice.t189 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 Dpush.t42 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 Dsmartkve.t22 qr/Experimental $_[0] on scalar is now forbidden .* line 1\.(?x:
H A Dlocal.t608 sub FETCH { die "read \$_ forbidden" }
609 sub STORE { die "write \$_ forbidden" }
H A Deval.t244 isnt($@, '', "my $_ is forbidden");
H A Dstate.t393 foreach my $forbidden (<DATA>) {
H A Dsub_lval.t563 'list assignment to keys through lv sub is forbidden';
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DBaseState.pm32 my $forbidden = qr{[^[:print:]\s]};
36 $string =~ s/$forbidden/?/g;
51 s/$forbidden/?/g if defined;
H A DPkgCreate.pm234 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 Dconstant.pm18 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 Dsvcatpvf.t20 "explicit $what index forbidden in va_list arguments");
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/treelang/
H A Da01gcci01.tree20 // You are forbidden to forbid anyone else to use, share and improve
/openbsd/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dcache.t24 …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 DREADME22 t_kevent - no EVFILT_USER, DRVCTLDEV, passing kqueue forbidden
/openbsd/games/fortune/
H A DREADME27 to its logical end, would have forbidden Ring Lardner from writing in the
/openbsd/gnu/usr.bin/perl/t/lib/croak/
H A Dop149 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 Dtoke476 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 DDiagnosticCommentKinds.td29 "HTML end tag '%0' is forbidden">,
/openbsd/gnu/usr.bin/perl/dist/Safe/
H A DChanges154 Carp::Heavy at run-time (while require() is forbidden.)
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DC++STYLE231 e.g. _S_top and _M_top. See BADNAMES for a list of forbidden names.
/openbsd/games/quiz/datfiles/
H A Dpoetry182 Of that forbidden tree{,} whose mortal taste:\
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DC++STYLE249 e.g. _S_top and _M_top. See BADNAMES for a list of forbidden names.
/openbsd/gnu/llvm/clang/docs/
H A DControlFlowIntegrity.rst138 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

1234