Searched refs:test_in (Results 1 – 2 of 2) sorted by relevance
29 for my $test_in ("test\n", "test") {30 skip("Guaranteed newline at EOF on VMS", 4) if $^O eq 'VMS' && $test_in eq 'test';35 my $test_in_esc = $test_in;41 stdin => $test_in, stderr => 1),42 $test_in,
11 void test_in (char *bd, int xd, char *bs, int xs) in test_in() function