Home
last modified time | relevance | path

Searched refs:_check (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/
H A DMock.pm68 sub _check { subroutine
92 $self->_check();
134 $self->_check();
145 $self->_check();
155 $self->_check();
224 $self->_check();
232 $self->_check();
266 $self->_check();
273 $self->_check();
279 $self->_check();
[all …]
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm540 sub _check { subroutine
555 sub FETCH { my $rtsig = &_check;
559 sub STORE { my $rtsig = &_check; new($rtsig, $_[2], $SIGACTION_FLAGS) }
560 sub DELETE { delete $SIG{ &_check } }
/openbsd/regress/usr.bin/ssh/
H A Dsftp-perm.sh30 _check="$2"
31 test -z "$_check" && return
32 sh -c "$_check" || fail "postcondition check failed: $_title"
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigints.t164 # _check
167 is($class->_check($x), 0,
168 "$class->_check(\$x)");
169 is($class->_check(123), '123 is not a reference',
170 "$class->_check(123)");
H A Dbigintc.t717 # _check
720 is($LIB->_check($x), 0,
721 qq|$LIB->_check(\$x) = 0|);
722 is($LIB->_check(123), "123 is not a reference",
723 qq|$LIB->_check(123) = "123 is not a reference"|);
H A Dupgrade.inc246 #$e = $LIB->_check($x->{value}) if $e eq '0';
H A Dmbimbf.inc1355 $e = $LIB->_check($x->{value}) if $e eq '0';
H A Dbigintpm.inc964 $e = $LIB->_check($x->{value}) if $e eq '0';
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
H A DScalar.pm270 sub _check { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
H A Dbigintfc.t717 # _check
720 is($LIB->_check($x), 0,
721 qq|$LIB->_check(\$x) = 0|);
722 is($LIB->_check(123), "123 is not a reference",
723 qq|$LIB->_check(123) = "123 is not a reference"|);
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/
H A DMinimal.pm450 sub _check { subroutine
/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_params.c779 #define CHECK_BOOL(_param, _check) do { \ argument
780 if (hsotg->params._param && !(_check)) { \
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm1111 sub _check { subroutine
1115 my $msg = $class -> SUPER::_check($x);
H A DLib.pm495 sub _check { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/
H A DMock.t81 ok(lives { $one->_check }, "did not die");
86 dies {$one->_check},
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigRat.pm796 if (my $c = $LIB->_check($x->{_n})) {
799 if (my $c = $LIB->_check($x->{_d})) {
/openbsd/gnu/llvm/llvm/docs/
H A DGettingStarted.rst313 .. _check here: