Home
last modified time | relevance | path

Searched refs:seekp (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_stream.cxx172 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 Dsstream_test.cpp35 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.h147 _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 Dmsvcrt40.spec407 @ stub ?seekp@ostream@@QAEAAV1@J@Z
408 @ stub ?seekp@ostream@@QAEAAV1@JW4seek_dir@ios@@@Z
/reactos/dll/win32/msvcrt20/
H A Dmsvcrt20.spec365 @ stub ?seekp@ostream@@QAEAAV1@J@Z #
366 @ stub ?seekp@ostream@@QAEAAV1@JW4seek_dir@ios@@@Z #
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog261 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 DChangeLog-5.17212 * _ostream.h, _istream.h: fix of a non-standard behavior of the seekp