Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/stdio/
H A Dfile.c1045 LONG hcurpos,hendpos; in _eof() local
1062 hcurpos = hendpos = 0; in _eof()
1063 curpos = SetFilePointer(info->handle, 0, &hcurpos, FILE_CURRENT); in _eof()
1066 if (curpos == endpos && hcurpos == hendpos) in _eof()
1073 SetFilePointer(info->handle, curpos, &hcurpos, FILE_BEGIN); in _eof()