|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fstream>#include <cstdio>#include <sys/stat.h>
Go to the source code of this file.
Macros | |
| #define | FOPEN fopen |
| #define | FSEEK fseek |
| #define | FSTAT fstat |
| #define | STAT stat |
| #define | FTELL ftell |
Functions | |
| static _STLP_MOVE_TO_PRIV_NAMESPACE bool | __is_regular_file (_STLP_fd fd) |
| static streamoff | __file_size (_STLP_fd fd) |
Variables | |
| const _STLP_fd | INVALID_STLP_FD = -1 |
Definition at line 111 of file fstream_stdio.cpp.
Definition at line 112 of file fstream_stdio.cpp.
Definition at line 113 of file fstream_stdio.cpp.
Definition at line 115 of file fstream_stdio.cpp.
Definition at line 114 of file fstream_stdio.cpp.
|
static |
Definition at line 134 of file fstream_stdio.cpp.
Referenced by _Filebuf_base::_M_file_size().
|
static |
Definition at line 128 of file fstream_stdio.cpp.
Referenced by _Filebuf_base::_M_open().
| const _STLP_fd INVALID_STLP_FD = -1 |
Definition at line 85 of file fstream_stdio.cpp.