Searched refs:fstream (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/src/
H A Dfstream-inst.cc35 #include <fstream>
H A Dglobals_io.cc30 #include <fstream>
H A Dios_init.cc38 #include <fstream>
H A DMakefile.am157 fstream-inst.cc \
H A Dcompatibility.cc51 #include <fstream>
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dfstream.h32 #include <fstream>
37 using std::fstream;
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h60 #include <fstream>
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c56 svn_stream_t *fstream; local
65 SVN_ERR(svn_stream_open_unique(&fstream, filename, NULL,
70 fstream, NULL, NULL, scratch_pool);
74 SVN_ERR(svn_stream_close(fstream));
82 SVN_ERR(svn_stream_close(fstream));
H A Dload_editor.c948 svn_stream_t *fstream;
954 SVN_ERR(svn_stream_open_unique(&fstream, filename, NULL,
959 fstream, NULL, NULL, scratch_pool);
963 SVN_ERR(svn_stream_close(fstream));
971 SVN_ERR(svn_stream_close(fstream));
945 svn_stream_t *fstream; local
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp28 #include <fstream>
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c325 svn_stream_t *fstream; local
327 SVN_ERR(svn_stream_open_unique(&fstream, &(fb->path_start_revision),
331 fstream = svn_stream_checksummed2(fstream, NULL, &fb->start_md5_checksum,
338 fstream, NULL,
341 SVN_ERR(svn_stream_close(fstream));
1313 svn_stream_t *fstream; local
1319 SVN_ERR(svn_stream_open_unique(&fstream, filename, NULL,
1324 fstream, NULL, NULL, scratch_pool);
1328 SVN_ERR(svn_stream_close(fstream));
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests_test.cpp36 #include <fstream>
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h39 #include <fstream>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp30 #include <fstream>
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp38 #include <fstream>
656 std::ifstream ifs(path.c_str(), std::fstream::binary);
660 std::ofstream ofs(oc.value.c_str(), std::fstream::binary
661 | std::fstream::trunc);
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h147 typedef basic_fstream<char> fstream; ///< @isiosfwd typedef
H A Dstd_fstream.h32 /** @file fstream
523 // 409. Closing an fstream should clear error state
654 // 409. Closing an fstream should clear error state
784 // 409. Closing an fstream should clear error state
805 # include <bits/fstream.tcc>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp17 #include <fstream>
H A DFuzzerIOPosix.cpp18 #include <fstream>
H A DFuzzerDataFlowTrace.cpp20 #include <fstream>
/freebsd-11-stable/contrib/atf/test-programs/
H A Dcpp_helpers.cpp32 #include <fstream>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp12 #include <fstream>
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp21 #include <fstream>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp33 #include <fstream>
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp17 #include <fstream>

Completed in 334 milliseconds

12