ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Classes | |
struct | _stat32 |
struct | _stat |
struct | stat |
Functions | |
_CRTIMP int __cdecl | _fstat (_In_ int _FileDes, _Out_ struct _stat *_Stat) |
_CRTIMP int __cdecl | _fstat32 (_In_ int _FileDes, _Out_ struct _stat32 *_Stat) |
_CRTIMP int __cdecl | _stat (_In_z_ const char *_Name, _Out_ struct _stat *_Stat) |
_CRTIMP int __cdecl | _stat32 (_In_z_ const char *_Name, _Out_ struct _stat32 *_Stat) |
_CRTIMP int __cdecl | _wstat (_In_z_ const wchar_t *_Name, _Out_ struct _stat *_Stat) |
_CRTIMP int __cdecl | _wstat32 (_In_z_ const wchar_t *_Name, _Out_ struct _stat32 *_Stat) |
__CRT_INLINE int __cdecl | _fstat32 (int _FileDes, struct _stat32 *_Stat) |
__CRT_INLINE int __cdecl | _fstat32i64 (int _FileDes, struct _stat32i64 *_Stat) |
_CRTIMP int __cdecl | stat (const char *_Filename, struct stat *_Stat) |
_CRTIMP int __cdecl | fstat (int _Desc, struct stat *_Stat) |
_CRTIMP int __cdecl | wstat (const wchar_t *_Filename, struct stat *_Stat) |
#define _STAT_DEFINED |
Referenced by _fstat32(), CRTDLL__fstat(), and fstat().
Definition at line 270 of file stat.h.
Definition at line 287 of file stat.h.
Referenced by wstat().