Searched refs:lit02 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/
H A D1.cc92 char lit02[] = "isotope 217: the unstable molecule on thrill jockey"; local
93 const int i02 = std::strlen(lit02);
99 buf01.sputn(lit02, 0);
101 VERIFY( lit02[0] == 'i' );
102 buf01.sputn(lit02, 1);
103 VERIFY( lit02[0] == carray[0] );
104 VERIFY( lit02[1] == 's' );
106 buf01.sputn(lit02 + 1, 10);
107 VERIFY( std::memcmp(lit02, carray, 10) == 0 );
108 buf01.sputn(lit02
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/
H A D1.cc93 wchar_t lit02[] = L"isotope 217: the unstable molecule on thrill jockey"; local
94 const int i02 = std::wcslen(lit02);
100 buf01.sputn(lit02, 0);
102 VERIFY( lit02[0] == L'i' );
103 buf01.sputn(lit02, 1);
104 VERIFY( lit02[0] == carray[0] );
105 VERIFY( lit02[1] == L's' );
107 buf01.sputn(lit02 + 1, 10);
108 VERIFY( std::memcmp(lit02, carray, 10) == 0 );
109 buf01.sputn(lit02
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/
H A D1.cc100 char lit02[] = "isotope 217: the unstable molecule on thrill jockey"; local
101 const int i02 = std::strlen(lit02);
107 buf01.sputn(lit02, 0);
109 VERIFY( lit02[0] == 'i' );
110 buf01.sputn(lit02, 1);
111 VERIFY( lit02[0] == carray[0] );
112 VERIFY( lit02[1] == 's' );
114 buf01.sputn(lit02 + 1, 10);
115 VERIFY( std::memcmp(lit02, carray, 10) == 0 );
116 buf01.sputn(lit02
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/
H A D1.cc101 wchar_t lit02[] = L"isotope 217: the unstable molecule on thrill jockey"; local
102 const int i02 = std::wcslen(lit02);
108 buf01.sputn(lit02, 0);
110 VERIFY( lit02[0] == L'i' );
111 buf01.sputn(lit02, 1);
112 VERIFY( lit02[0] == carray[0] );
113 VERIFY( lit02[1] == L's' );
115 buf01.sputn(lit02 + 1, 10);
116 VERIFY( std::memcmp(lit02, carray, 10) == 0 );
117 buf01.sputn(lit02
[all...]

Completed in 121 milliseconds