Home
last modified time | relevance | path

Searched refs:filebuf (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/libstdc++/
DChangeLog-199956 * testsuite/27_io/filebuf.cc: Revisions.
57 * testsuite/27_io/filebuf-2.tst: Correct, remove weird character
59 * testsuite/27_io/filebuf-3.tst: Correct.
96 * bits/fstream.tcc (filebuf::underflow): Simplify.
101 * testsuite/27_io/filebuf.cc: Tweak.
173 * testsuite/27_io/filebuf.cc: Tweaks.
219 * bits/fstream.tcc (filebuf::underflow): Re-sync
304 * bits/std_fstream.h (filebuf::open): Tweak.
305 * bits/fstream.tcc (filebuf::seekoff): Simplify, fix.
386 * bits/fstream.tcc (filebuf::open): Tweaks for _M_last_overflowed.
[all …]
DChangeLog-2002617 * include/bits/fstream.tcc (filebuf::open): Set input pointers.
1769 * include/bits/fstream.tcc (filebuf::showmanyc): Simplify.
1997 * include/bits/fstream.tcc (filebuf::close): Use traits_type.
1998 (filebuf::_M_underflow_common(bool)): Remove generic version, as
2009 * testsuite/27_io/filebuf.cc: ...here.
2018 * testsuite/27_io/filebuf.cc: Same.
2041 * testsuite/27_io/filebuf.cc: Same.
3082 * include/bits/fstream.tcc (filebuf::_M_underflow_common): Revert.
3150 * include/bits/fstream.tcc (filebuf::_M_allocate_internal_buffer):
3152 (filebuf::_M_destroy_internal_buffer): Same.
[all …]
DChangeLog-2001197 * docs/html/ext/howto.html: Fix typos, describe filebuf::fd().
879 * testsuite/27_io/filebuf.cc: Fix comment, move tweakable parameter
1138 * include/bits/fstream.tcc (filebuf::showmanyc): Simplify.
1139 * testsuite/27_io/filebuf.cc (test07): New test.
2340 * testsuite/27_io/filebuf.cc: Likewise.
3665 * include/bits/fstream.tcc (filebuf::_M_allocate_buffers): Only
3667 (filebuf::_M_filebuf_init): Change to
3668 (filebuf::_M_allocate_file): Which is what it does now.
3669 (filebuf::_M_allocate_bufers): Change to
3670 (filebuf::_M_allocate_internal_buffer): This, and create
[all …]
DChangeLog-199833 Remove unused _IO_* members, possibly put into filebuf, which may
42 filebuf.
365 * bits/std_fstream.h: Add some filebuf members.
741 flags _S_fd_in etc. for special filebuf ctor.
DChangeLog-20002814 wofstream, filebuf, wfilebuf, fstream, wfstream.
3077 * testsuite/27_io/filebuf.cc: Tweaks.
3078 * testsuite/27_io/filebuf-3.tst: Correct for pbackfail bits.
3133 * src/Makefile.am (sources): Add filebuf.cc.
3311 * testsuite/27_io/filebuf.cc: Tweak.
3314 filebuf dtor.
3321 * bits/fstream.tcc (filebuf::close()): Revert.
3322 (filebuf::basic_filebuf()): Revert.
3381 filebuf ctor.
3562 * testsuite/27_io/filebuf.cc: Changed calls to
[all …]
DChangeLog-20033959 from here to filebuf and stringbuf.
4242 is now used only for filebuf, when _M_buf_unified is true.
5030 further testing that upon filebuf::close() 27.8.1.1,3 is enforced.
5065 that upon filebuf::close() 27.8.1.1,3 is enforced.
6256 * testsuite/27_io/filebuf.cc,
8482 * testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
DChangeLog-20041782 streambuf/stringbuf/filebuf and wchar_t counterparts.
5545 Correct flags to filebuf::open calls.
DChangeLog-20052682 filebuf behavior.
/NextBSD/contrib/libstdc++/include/backward/
Dfstream.h34 using std::filebuf;
/NextBSD/contrib/libc++/include/
Diosfwd61 typedef basic_filebuf<char> filebuf;
155 typedef basic_filebuf<char> filebuf;
Dfstream63 typedef basic_filebuf<char> filebuf;
/NextBSD/contrib/libstdc++/include/std/
Dstd_iosfwd.h144 typedef basic_filebuf<char> filebuf; ///< @isiosfwd typedef
/NextBSD/contrib/libucl/src/
HDucl_util.c918 char filebuf[PATH_MAX], realbuf[PATH_MAX]; local
926 snprintf (filebuf, sizeof (filebuf), "%.*s", (int)len, data);
927 if (ucl_realpath (filebuf, realbuf) == NULL) {
935 filebuf,
963 snprintf (filebuf, sizeof (filebuf), "%s.sig", realbuf);
964 if (!ucl_fetch_file (filebuf, &sigbuf, &siglen, &parser->err, true)) {
969 filebuf,
/NextBSD/contrib/gcclibs/libiberty/testsuite/
HDdemangle-expected780 filebuf::sgetn(char *, int)
781 filebuf::sgetn
1345 filebuf::filebuf(int, char *, int)
1346 filebuf::filebuf
/NextBSD/contrib/gcc/doc/
HDcontrib.texi758 large file support in C++ filebuf.