Home
last modified time | relevance | path

Searched refs:ofstream (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/atf/atf-c++/
H A Dcheck_test.cpp93 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY()
108 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY()
123 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY()
140 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY()
155 std::ofstream sfile("test.cpp"); in ATF_TEST_CASE_BODY()
170 std::ofstream sfile("test.cpp"); in ATF_TEST_CASE_BODY()
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp224 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep()
266 std::ofstream ControlFile(CFPath); in WriteNewControlFile()
369 std::ofstream SummaryOut(CoverageSummaryOutputPathOrNull); in CrashResistantMerge()
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dfstream.h36 using std::ofstream;
/freebsd-12.1/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp75 std::ofstream srcfile("test.cpp"); in header_check()
H A Dfs_test.cpp52 std::ofstream os("files/reg"); in create_files()
379 std::ofstream os(p.c_str()); in ATF_TEST_CASE_BODY()
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h146 typedef basic_ofstream<char> ofstream; ///< @isiosfwd typedef
/freebsd-12.1/contrib/libc++/include/
H A Diosfwd69 typedef basic_ofstream<char> ofstream;
171 typedef basic_ofstream<char> ofstream;
H A Dfstream139 typedef basic_ofstream<char> ofstream;
/freebsd-12.1/sys/contrib/zstd/contrib/gen_html/
H A Dgen_html.cpp89 ofstream ostream; in main()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp371 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in executeProgram()
H A DToolRunner.cpp752 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in ExecuteProgram()
/freebsd-12.1/contrib/openmp/runtime/src/
H A DextractExternal.cpp333 ofstream out(fileName, ios::trunc | ios::out | ios::binary); in hideSymbols()
/freebsd-12.1/contrib/atf/atf-sh/
H A Datf-check.cpp661 std::ofstream ofs(oc.value.c_str(), std::fstream::binary in run_output_check()
/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp696 ofstream out; in copy_file_impl_default()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20002813 * bits/std_fstream.h: Remove duplicate typdefs for ofstream and
4128 * src/misc-inst.cc: Explicitly instantiate ifstream and ofstream
5568 (ofstream::open): Add ios_base::out to openmode.
H A DChangeLog-20022051 * testsuite/27_io/ofstream.cc: New file.
4370 wifstream, ofstream, wofstream, fstream, wfstream.
H A DChangeLog-20013626 (ofstream): Same.
H A DChangeLog-20036276 narrow_stream_objects.cc, ofstream.cc, ofstream_members-1.tst,