Home
last modified time | relevance | path

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

/reactos/sdk/include/crt/
H A Dunistd.h29 int ftruncate(int, _off_t);
30 __CRT_INLINE int ftruncate(int __fd, _off_t __length) in ftruncate()
H A Dwchar.h623 typedef long _off_t; typedef
648 _off_t st_size;
662 _off_t st_size;
677 _off_t st_size;
708 _off_t st_size;
H A Dstdio.h73 typedef long _off_t; typedef
/reactos/sdk/include/ucrt/sys/
H A Dtypes.h43 typedef long _off_t; // file offset value typedef
46 typedef _off_t off_t;
H A Dstat.h33 _off_t st_size;
63 _off_t st_size;
96 _off_t st_size;
/reactos/sdk/include/crt/sys/
H A Dstat.h34 _off_t st_size;
48 _off_t st_size;
63 _off_t st_size;
93 _off_t st_size;
H A Dtypes.h33 typedef long _off_t; typedef
/reactos/sdk/lib/crt/stdio/
H A Dstat.c13 buf->st_size = (_off_t)(buf64)->st_size; \
/reactos/dll/win32/crtdll/
H A Ddllmain.c65 _off_t st_size;
/reactos/base/applications/cmdutils/attrib/
H A Dattrib.c153 _Inout_ _off_t offFilePart) // Offset to the file name inside FullPathBuffer in EnumFilesWorker()
/reactos/sdk/lib/ucrt/filesystem/
H A Dstat.cpp396 result.st_size = static_cast<_off_t>(available); in common_stat_handle_file_opened()
/reactos/modules/rostests/winetests/msvcrt/
H A Dheaders.c87 CHECK_TYPE(_off_t); in test_types()