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.c7799 bool too_few; in PP() local
7803 too_few = (argc < (params - opt_params)); in PP()
7805 if (UNLIKELY(too_few || (!slurpy && argc > params))) in PP()
7812 too_few ? "few" : "many", in PP()
7815too_few ? (slurpy || opt_params ? "at least " : "") : (opt_params ? "at most " : ""), in PP()
7816 too_few ? (params - opt_params) : params); in PP()
H A DMANIFEST2768 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx Script related to Test::Simple