Searched refs:c_lit (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/
H A D1.cc31 const char* c_lit = "black pearl jasmine tea"; local
32 int size = strlen(c_lit);
36 fwrite(c_lit, 1, size, fout);
42 VERIFY( sbuf.sgetc() == c_lit[0] );
43 VERIFY( getc(fin) == c_lit[0] );
44 VERIFY( sbuf.sgetc() == c_lit[1] );
45 VERIFY( sbuf.sbumpc() == c_lit[1] );
48 VERIFY( getc(fin) == c_lit[2] );
55 VERIFY( !memcmp(buf, c_lit + 3, 5) );
56 VERIFY( getc(fin) == c_lit[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/
H A D1.cc29 const char* c_lit = "black pearl jasmine tea"; local
30 int size = strlen(c_lit);
34 fwrite(c_lit, 1, size, fout);
40 VERIFY( sbuf.sgetc() == c_lit[0] );
41 VERIFY( getc(fin) == c_lit[0] );
42 VERIFY( sbuf.sgetc() == c_lit[1] );
43 VERIFY( sbuf.sbumpc() == c_lit[1] );
46 VERIFY( getc(fin) == c_lit[2] );
53 VERIFY( !memcmp(buf, c_lit + 3, 5) );
54 VERIFY( getc(fin) == c_lit[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/codecvt/length/char/
H A D1.cc34 const char* c_lit = "black pearl jasmine tea"; local
41 int j = cvt->length(state, c_lit, c_lit + size, 5);
H A D2.cc52 const char* c_lit = "black pearl jasmine tea"; local
60 cvt->length(state, c_lit, c_lit + size, 5);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/codecvt/length/char/
H A D1.cc35 const char* c_lit = "black pearl jasmine tea"; local
42 int j = cvt->length(state, c_lit, c_lit + size, 5);
H A D2.cc53 const char* c_lit = "black pearl jasmine tea"; local
61 cvt->length(state, c_lit, c_lit + size, 5);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/
H A D1.cc35 const char* c_lit = "black pearl jasmine tea"; local
53 result r1 = cvt->in(state, c_lit, c_lit + size, from_next,
57 VERIFY( from_next == c_lit );
62 result r2 = cvt->out(state, c_lit, c_lit + size, from_next,
66 VERIFY( from_next == c_lit );
70 strcpy(c_arr, c_lit);
73 VERIFY( !strcmp(c_arr, c_lit) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/
H A D1.cc37 const char* c_lit = "black pearl jasmine tea"; local
39 int size = strlen(c_lit);
55 result r1 = cvt->in(state, c_lit, c_lit + size, from_next,
59 VERIFY( from_next == c_lit );
64 result r2 = cvt->out(state, c_lit, c_lit + size, from_next,
68 VERIFY( from_next == c_lit );
72 memcpy(c_arr, c_lit, size);
75 VERIFY( !memcmp(c_arr, c_lit, siz
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/codecvt/in/char/
H A D1.cc36 const char* c_lit = "black pearl jasmine tea"; local
54 result r1 = cvt->in(state, c_lit, c_lit + size, from_next,
58 VERIFY( from_next == c_lit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/codecvt/out/char/
H A D1.cc36 const char* c_lit = "black pearl jasmine tea"; local
54 result r2 = cvt->out(state, c_lit, c_lit + size, from_next,
58 VERIFY( from_next == c_lit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/codecvt/in/char/
H A D1.cc35 const char* c_lit = "black pearl jasmine tea"; local
53 result r1 = cvt->in(state, c_lit, c_lit + size, from_next,
57 VERIFY( from_next == c_lit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/codecvt/out/char/
H A D1.cc35 const char* c_lit = "black pearl jasmine tea"; local
53 result r2 = cvt->out(state, c_lit, c_lit + size, from_next,
57 VERIFY( from_next == c_lit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D1.cc30 const char* c_lit = "black pearl jasmine tea"; local
32 int size = strlen(c_lit);
36 fwrite(c_lit, 1, size, fout);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D1.cc30 const char* c_lit = "black pearl jasmine tea"; local
32 int size = strlen(c_lit);
36 fwrite(c_lit, 1, size, fout);

Completed in 81 milliseconds