|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt.h>#include <sys/types.h>#include <pshpack8.h>#include <poppack.h>

Go to the source code of this file.
Classes | |
| struct | _stat |
| struct | stat |
| struct | _stat32 |
| struct | _stat32i64 |
| struct | _stat64i32 |
| struct | _stati64 |
| struct | _stat64 |
Macros | |
| #define | _DEV_T_DEFINED |
| #define | _INO_T_DEFINED |
| #define | _OFF_T_DEFINED |
| #define | _S_IEXEC 0x0040 |
| #define | _S_IWRITE 0x0080 |
| #define | _S_IREAD 0x0100 |
| #define | _S_IFIFO 0x1000 |
| #define | _S_IFCHR 0x2000 |
| #define | _S_IFDIR 0x4000 |
| #define | _S_IFREG 0x8000 |
| #define | _S_IFMT 0xF000 |
| #define | _STAT_DEFINED |
| #define | _fstat64i32 _fstat |
| #define | _fstat64 _fstati64 |
| #define | _stat64 _stati64 |
| #define | _stat64i32 _stat |
| #define | _wstat64i32 _wstat |
| #define | _wstat64 _wstati64 |
| #define | __stat64 _stat64 |
| #define | S_IFMT _S_IFMT |
| #define | S_IFDIR _S_IFDIR |
| #define | S_IFCHR _S_IFCHR |
| #define | S_IFREG _S_IFREG |
| #define | S_IREAD _S_IREAD |
| #define | S_IWRITE _S_IWRITE |
| #define | S_IEXEC _S_IEXEC |
| #define | _UMASK_DEFINED |
Typedefs | |
| typedef unsigned int | _dev_t |
| typedef unsigned short | _ino_t |
| typedef int | _off_t |
Functions | |
| _ACRTIMP int __cdecl | _fstat32 (int, struct _stat32 *) |
| _ACRTIMP int __cdecl | _fstat32i64 (int, struct _stat32i64 *) |
| _ACRTIMP int __cdecl | _fstat64 (int, struct _stat64 *) |
| _ACRTIMP int __cdecl | _fstat64i32 (int, struct _stat64i32 *) |
| _ACRTIMP int __cdecl | _stat32 (const char *, struct _stat32 *) |
| _ACRTIMP int __cdecl | _stat32i64 (const char *, struct _stat32i64 *) |
| _ACRTIMP int __cdecl | _stat64 (const char *, struct _stat64 *) |
| _ACRTIMP int __cdecl | _stat64i32 (const char *, struct _stat64i32 *) |
| _ACRTIMP int __cdecl | _umask (int) |
| _ACRTIMP int __cdecl | _wstat32 (const wchar_t *, struct _stat32 *) |
| _ACRTIMP int __cdecl | _wstat32i64 (const wchar_t *, struct _stat32i64 *) |
| _ACRTIMP int __cdecl | _wstat64 (const wchar_t *, struct _stat64 *) |
| _ACRTIMP int __cdecl | _wstat64i32 (const wchar_t *, struct _stat64i32 *) |
| static int | fstat (int fd, struct stat *ptr) |
| static int | stat (const char *path, struct stat *ptr) |
| static int | umask (int fd) |
Definition at line 2030 of file file.c.
Definition at line 2044 of file file.c.
Definition at line 1934 of file file.c.
Definition at line 2058 of file file.c.
Definition at line 517 of file stat.cpp.
| _ACRTIMP int __cdecl _stat32i64 | ( | const char * | path, |
| struct _stat32i64 * | result | ||
| ) |
| _ACRTIMP int __cdecl _stat64i32 | ( | const char * | path, |
| struct _stat64i32 * | result | ||
| ) |
Definition at line 3276 of file file.c.