Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dfilebuf_members.cc43 const char* name_03 = "filebuf_members-3"; // empty file, need to create in test_01() local
60 fb_02.open(name_03, std::ios_base::in | std::ios_base::out); in test_01()
61 fb_03.open(name_03, std::ios_base::out | std::ios_base::trunc); in test_01()
H A Dostream_inserter_other.cc34 const char name_03[] = "ostream_inserter_other-2.tst"; variable
80 std::ifstream f_in2(name_03); in test02()
H A Dfilebuf_virtuals.cc78 const char name_03[] = "filebuf_virtuals-3.txt"; // empty file, need to create variable
149 fb_03.open(name_03, std::ios_base::out | std::ios_base::in | std::ios_base::trunc); in test05()