Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/
H A Dcstdio54 using ::fpos_t;
/reactos/sdk/include/crt/
H A Dstdio.h108 __MINGW_EXTENSION typedef __int64 fpos_t; typedef
111 __MINGW_EXTENSION typedef long long fpos_t;
250 _Out_ fpos_t *_Pos);
365 _In_ const fpos_t *_Pos);
/reactos/sdk/include/c++/stlport/stl/
H A D_cstdio.h54 using _STLP_VENDOR_CSTD::fpos_t;
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dstdio_streambuf.cpp44 # define FPOS_T fpos_t
/reactos/modules/rostests/winetests/msvcrt/
H A Dheaders.c91 CHECK_TYPE(fpos_t); in test_types()
H A Dfile.c85 fpos_t pos; in test_filbuf()
139 fpos_t pos; in test_fileops()
2400 fpos_t pos, pos2; in test_write_flush_size()
/reactos/sdk/lib/crt/stdio/
H A Dfile.c3480 int CDECL fsetpos(FILE* file, const fpos_t *pos) in fsetpos()
3574 int CDECL fgetpos(FILE* file, fpos_t *pos) in fgetpos()