Home
last modified time | relevance | path

Searched refs:too_few (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dstress.t173 my $too_few = $cnt - ($okay + $timeouts + $unknown);
175 print(STDERR "#\t$too_few too few threads reported\n") if $too_few;
/openbsd/gnu/usr.bin/perl/
H A Dpp.c7370 bool too_few; in PP() local
7374 too_few = (argc < (params - opt_params)); in PP()
7376 if (UNLIKELY(too_few || (!slurpy && argc > params))) in PP()
7383 too_few ? "few" : "many", in PP()
7386too_few ? (slurpy || opt_params ? "at least " : "") : (opt_params ? "at most " : ""), in PP()
7387 too_few ? (params - opt_params) : params); in PP()
H A DMANIFEST2776 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx Script related to Test::Simple