| /openbsd-src/gnu/usr.bin/perl/t/lib/ |
| H A D | dbmt_common.pl | 231 sub checkOutput subroutine 255 checkOutput("", "fred", "", "joe"); 260 checkOutput("", "fred", "joe", ""); 265 checkOutput("fred", "", "", ""); 280 checkOutput("", "fred", "", "Jxe"); 285 checkOutput("", "fred", "[Jxe]", ""); 290 checkOutput("FRED", "", "", ""); 300 checkOutput("", "fred", "", "joe"); 304 checkOutput("", "fred", "joe", ""); 308 checkOutput("fred", "", "", ""); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/DB_File/t/ |
| H A D | db-hash.t | 510 sub checkOutput subroutine 543 ok(64, checkOutput( "", "fred", "", "joe")) ; 548 ok(66, checkOutput( "", "fred", "joe", "")) ; 557 ok(70, checkOutput( "fred", "fred", "joe", "")) ; 572 ok(71, checkOutput( "", "fred", "", "Jxe")) ; 577 ok(73, checkOutput( "", "fred", "[Jxe]", "")) ; 586 ok(77, checkOutput( "FRED", "fred", "[Jxe]", "")) ; 596 ok(78, checkOutput( "", "fred", "", "joe")) ; 600 ok(80, checkOutput( "", "fred", "joe", "")) ; 609 ok(84, checkOutput( "fred", "fred", "joe", "")) ; [all …]
|
| H A D | db-recno.t | 572 sub checkOutput subroutine 604 ok(100, checkOutput( "", 0, "", "joe")) ; 609 ok(102, checkOutput( "", 0, "joe", "")) ; 614 ok(104, checkOutput( 0, "", "", "")) ; 629 ok(105, checkOutput( "", 2, "", "Jxe")) ; 634 ok(107, checkOutput( "", 2, "[Jxe]", "")) ; 639 ok(109, checkOutput( 1, "", "", "")) ; 649 ok(110, checkOutput( "", 0, "", "joe")) ; 653 ok(112, checkOutput( "", 0, "joe", "")) ; 657 ok(114, checkOutput( 0, "", "", "")) ; [all …]
|
| H A D | db-btree.t | 730 sub checkOutput subroutine 750 ok(102, checkOutput( "", "fred", "", "joe")) ; 755 ok(104, checkOutput( "", "fred", "joe", "")) ; 760 ok(106, checkOutput( "fred", "", "", "")) ; 775 ok(107, checkOutput( "", "fred", "", "Jxe")) ; 780 ok(109, checkOutput( "", "fred", "[Jxe]", "")) ; 785 ok(111, checkOutput( "FRED", "", "", "")) ; 795 ok(112, checkOutput( "", "fred", "", "joe")) ; 799 ok(114, checkOutput( "", "fred", "joe", "")) ; 803 ok(116, checkOutput( "fred", "", "", "")) ; [all …]
|