Home
last modified time | relevance | path

Searched refs:FSEEK (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/src/details/
H A Dfstream_stdio.cpp112 # define FSEEK fseek macro
118 # define FSEEK fseeko64
246 if (FSEEK(_M_file, 0, SEEK_END) != 0) in _M_open()
324 if (FSEEK(_M_file, 0, SEEK_END) != 0) in _M_open()
399 if ( FSEEK(_M_file, offset, whence) == 0 ) { in _M_seek()
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dstdio_streambuf.cpp38 # define FSEEK fseek macro
40 # define FSEEK _fseeki64
46 # define FSEEK fseeko64
93 if (off <= numeric_limits<off_type>::max() && FSEEK(_M_file, off, whence) == 0) { in seekoff()