/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/ |
H A D | Mock.pm | 68 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 D | POSIX.pm | 540 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 D | sftp-perm.sh | 30 _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 D | bigints.t | 164 # _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 D | bigintc.t | 717 # _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 D | upgrade.inc | 246 #$e = $LIB->_check($x->{value}) if $e eq '0';
|
H A D | mbimbf.inc | 1355 $e = $LIB->_check($x->{value}) if $e eq '0';
|
H A D | bigintpm.inc | 964 $e = $LIB->_check($x->{value}) if $e eq '0';
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/ |
H A D | Scalar.pm | 270 sub _check { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
H A D | bigintfc.t | 717 # _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 D | Minimal.pm | 450 sub _check { subroutine
|
/openbsd/sys/dev/usb/dwc2/ |
H A D | dwc2_params.c | 779 #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 D | Calc.pm | 1111 sub _check { subroutine 1115 my $msg = $class -> SUPER::_check($x);
|
H A D | Lib.pm | 495 sub _check { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/ |
H A D | Mock.t | 81 ok(lives { $one->_check }, "did not die"); 86 dies {$one->_check},
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
H A D | BigRat.pm | 796 if (my $c = $LIB->_check($x->{_n})) { 799 if (my $c = $LIB->_check($x->{_d})) {
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | GettingStarted.rst | 313 .. _check here:
|