Searched refs:fbuf (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/
H A D9825.cc36 filebuf fbuf; local
38 fbuf.open(name_06, ios_base::in|ios_base::out|ios_base::trunc);
39 fbuf.sputn("crazy bees!", 11);
40 fbuf.pubseekoff(0, ios_base::beg);
41 fbuf.sbumpc();
42 fbuf.sputbackc('x');
43 filebuf::int_type c = fbuf.sbumpc();
45 c = fbuf.sbumpc();
47 c = fbuf.sbumpc();
49 fbuf
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/
H A D1.cc23 std::filebuf fbuf; variable
29 loc_c = fbuf.getloc();
30 fbuf.pubimbue(loc_c); //This should initialize _M_init to true
31 std::locale loc_tmp = fbuf.getloc();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/
H A D1.cc23 std::wfilebuf fbuf; variable
29 loc_c = fbuf.getloc();
30 fbuf.pubimbue(loc_c); //This should initialize _M_init to true
31 std::locale loc_tmp = fbuf.getloc();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/
H A D9425.cc37 filebuf fbuf; local
38 fbuf.open(name_01, ios_base::in);
39 filebuf::int_type r = fbuf.sputbackc('a');
40 fbuf.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/pbackfail/char/
H A D9761.cc35 filebuf fbuf; local
38 fbuf.open(name_01, ios_base::in);
40 fbuf.sbumpc();
41 fbuf.sbumpc();
43 r1 = fbuf.sputbackc('a');
44 r2 = fbuf.sputbackc('b');
46 fbuf.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/char/
H A D1.cc31 __gnu_test::constraint_filebuf fbuf; local
32 VERIFY( fbuf.check_pointers() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/
H A D1.cc31 __gnu_test::constraint_wfilebuf fbuf; local
32 VERIFY( fbuf.check_pointers() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D2.cc36 filebuf fbuf; local
37 fbuf.pubsetbuf(buf, 512);
38 fbuf.open("tmp_setbuf2", ios_base::out);
39 fbuf.sputn(strlit, strlitsize);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/
H A D13189.cc36 filebuf_type fbuf(st);
38 fbuf.pubimbue(loc);
39 fbuf.open("tmp_13189w", mode);
40 fbuf.sputc(L'a');
41 fbuf.pubseekoff(0, ios_base::beg);
42 fbuf.sgetc();
43 fbuf.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/enc_filebuf/char/
H A D13189.cc36 filebuf_type fbuf(st);
38 fbuf.pubimbue(loc);
39 fbuf.open("tmp_13189c", mode);
40 fbuf.sputc('a');
41 fbuf.pubseekoff(0, ios_base::beg);
42 fbuf.sgetc();
43 fbuf.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/
H A D4.cc34 fbuf("istream_unformatted-1.txt");
41 in_iterator_type beg(fbuf);
46 VERIFY( fbuf.good() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/
H A D9507.cc47 std::filebuf fbuf; local
50 // call to "fbuf.open" will result in a call to "open" (which will
54 std::filebuf* r = fbuf.open(name,
59 VERIFY( !fbuf.is_open() );
61 VERIFY( fbuf.is_open() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/stdio_filebuf/char/
H A D2.cc48 filebuf fbuf; local
49 fbuf.open(name, ios_base::in);
51 streamsize n = fbuf.sgetn(buf, sizeof(buf));
52 fbuf.close();
H A D10063-1.cc42 filebuf fbuf; local
43 fbuf.open("tmp_10063-1", ios_base::in);
45 streamsize n = fbuf.sgetn(buf, sizeof(buf));
46 fbuf.close();
H A D10063-2.cc34 filebuf fbuf; local
35 fbuf.open("tmp_10063-2", ios_base::out | ios_base::trunc);
36 fbuf.sputn("01234", 5);
37 fbuf.close();
H A D10063-3.cc34 filebuf fbuf; local
35 fbuf.open("tmp_10063-3", ios_base::out | ios_base::trunc);
36 fbuf.sputn("01234", 5);
37 fbuf.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/
H A D4.cc37 fbuf("istream_unformatted-1.txt");
44 in_iterator_type beg(fbuf);
49 VERIFY( fbuf.good() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/
H A D2.cc35 ifstream fbuf("istream_unformatted-1.txt");
37 in_iterator_type beg(fbuf);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/
H A D3.cc63 filebuf fbuf, fbufx; local
65 fbuf.open(name, ios_base::out | ios_base::trunc);
66 VERIFY( fbuf.sputc('a') == 'a' );
67 VERIFY( fbuf.sputc('b') == 'b' );
68 VERIFY( fbuf.sputc('\n') == '\n' );
69 fbuf.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/rdbuf/char/
H A D2832.cc41 std::filebuf fbuf; local
42 std::streambuf* pbasebuf0 = &fbuf;
50 redirect_buffer(sstrm1, &fbuf);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/
H A D2.cc33 wifstream fbuf("istream_unformatted-1.txt");
35 in_iterator_type beg(fbuf);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/rdbuf/char/
H A D2832.cc45 std::filebuf fbuf; local
46 std::streambuf* pbasebuf0 = &fbuf;
54 redirect_buffer(sstrm1, &fbuf);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/rdbuf/char/
H A D2832.cc44 std::filebuf fbuf; local
45 std::streambuf* pbasebuf0 = &fbuf;
53 redirect_buffer(sstrm1, &fbuf);
/haiku-buildtools/legacy/gcc/gcc/
H A Dscan-decls.c134 cpp_buffer *fbuf = cpp_file_buffer (pfile); local
136 cpp_buf_line_and_col (fbuf, &func_lineno, NULL);
160 fbuf->nominal_fname, func_lineno);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.c47 typedef struct fbuf { struct

Completed in 195 milliseconds

12