Home
last modified time | relevance | path

Searched refs:test_in (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/t/io/
H A Derrno.t29 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,
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20030627-1.c11 void test_in (char *bd, int xd, char *bs, int xs) in test_in() function