Searched refs:seekp (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_stream.cxx | 172 os->seekp(offset, ios::beg); in _tiffosSeekProc() 182 os->seekp(offset, ios::cur); in _tiffosSeekProc() 192 os->seekp(offset, ios::end); in _tiffosSeekProc() 221 os->seekp(0, ios::end); in _tiffosSeekProc() 236 os->seekp(0, ios::end); in _tiffosSeekProc() 242 os->seekp(static_cast<ios::off_type>(static_cast<uint64>(origin) + off), ios::beg); in _tiffosSeekProc() 301 os->seekp(0, ios::end); in _tiffosSizeProc() 303 os->seekp(pos); in _tiffosSizeProc() 412 os->seekp(0); in TIFFStreamOpen()
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | sstream_test.cpp | 35 CPPUNIT_TEST(seekp); 55 void seekp(); 404 void SstreamTest::seekp() in seekp() function in SstreamTest 411 s.seekp( 0 ); in seekp() 414 s.seekp( 0, ios::beg ); in seekp() 432 ss.seekp( 0, ios::end ); in seek_gp()
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _ostream.h | 147 _Self& seekp(pos_type __pos) { in seekp() function 156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp() function
|
/reactos/dll/win32/msvcrt40/ |
H A D | msvcrt40.spec | 407 @ stub ?seekp@ostream@@QAEAAV1@J@Z 408 @ stub ?seekp@ostream@@QAEAAV1@JW4seek_dir@ios@@@Z
|
/reactos/dll/win32/msvcrt20/ |
H A D | msvcrt20.spec | 365 @ stub ?seekp@ostream@@QAEAAV1@J@Z # 366 @ stub ?seekp@ostream@@QAEAAV1@JW4seek_dir@ios@@@Z #
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog | 261 seekg and seekp (27.6.1.3, par 38; 27.6.2.4 par 2), but this 2404 * test/unit/sstream_test.cpp: test for seekp added.
|
H A D | ChangeLog-5.1 | 7212 * _ostream.h, _istream.h: fix of a non-standard behavior of the seekp
|