Data Structures |
| struct | _finddata_t |
| struct | _finddata32_t |
| struct | _finddatai64_t |
| struct | _finddata32i64_t |
| struct | _finddata64i32_t |
| struct | __finddata64_t |
| struct | _wfinddata_t |
| struct | _wfinddata32_t |
| struct | _wfinddatai64_t |
| struct | _wfinddata32i64_t |
| struct | _wfinddata64i32_t |
| struct | _wfinddata64_t |
Defines |
| #define | _FSIZE_T_DEFINED |
| #define | _FINDDATA_T_DEFINED |
| #define | _WFINDDATA_T_DEFINED |
| #define | _A_NORMAL 0x00 |
| #define | _A_RDONLY 0x01 |
| #define | _A_HIDDEN 0x02 |
| #define | _A_SYSTEM 0x04 |
| #define | _A_SUBDIR 0x10 |
| #define | _A_ARCH 0x20 |
| #define | F_OK 0 /* Check for file existence */ |
| #define | X_OK 1 /* Check for execute permission. */ |
| #define | W_OK 2 /* Check for write permission */ |
| #define | R_OK 4 /* Check for read permission */ |
| #define | _CRT_DIRECTORY_DEFINED |
| #define | _WIO_DEFINED |
Typedefs |
| typedef unsigned long | _fsize_t |
Functions |
| _CRTIMP char *__cdecl | _getcwd (char *, int) |
| _CRTIMP int __cdecl | _access (const char *_Filename, int _AccessMode) |
| _CRTIMP int __cdecl | _chmod (const char *_Filename, int _Mode) |
| _CRTIMP int __cdecl | _chsize (int _FileHandle, long _Size) |
| _CRTIMP int __cdecl | _close (int _FileHandle) |
| _CRTIMP int __cdecl | _commit (int _FileHandle) |
| _CRTIMP int __cdecl | _creat (const char *_Filename, int _PermissionMode) |
| _CRTIMP int __cdecl | _dup (int _FileHandle) |
| _CRTIMP int __cdecl | _dup2 (int _FileHandleSrc, int _FileHandleDst) |
| _CRTIMP int __cdecl | _eof (int _FileHandle) |
| _CRTIMP long __cdecl | _filelength (int _FileHandle) |
| _CRTIMP intptr_t __cdecl | _findfirst (const char *_Filename, struct _finddata_t *_FindData) |
| _CRTIMP intptr_t __cdecl | _findfirst32 (const char *_Filename, struct _finddata32_t *_FindData) |
| _CRTIMP int __cdecl | _findnext (intptr_t _FindHandle, struct _finddata_t *_FindData) |
| _CRTIMP int __cdecl | _findnext32 (intptr_t _FindHandle, struct _finddata32_t *_FindData) |
| _CRTIMP int __cdecl | _findclose (intptr_t _FindHandle) |
| _CRTIMP int __cdecl | _isatty (int _FileHandle) |
| _CRTIMP int __cdecl | _locking (int _FileHandle, int _LockMode, long _NumOfBytes) |
| _CRTIMP long __cdecl | _lseek (int _FileHandle, long _Offset, int _Origin) |
| _CRTIMP char *__cdecl | _mktemp (char *_TemplateName) |
| _CRTIMP int __cdecl | _pipe (int *_PtHandles, unsigned int _PipeSize, int _TextMode) |
| _CRTIMP int __cdecl | _read (int _FileHandle, void *_DstBuf, unsigned int _MaxCharCount) |
| int __cdecl | remove (const char *_Filename) |
| int __cdecl | rename (const char *_OldFilename, const char *_NewFilename) |
| _CRTIMP int __cdecl | _unlink (const char *_Filename) |
| _CRTIMP int __cdecl | unlink (const char *_Filename) |
| _CRTIMP int __cdecl | _setmode (int _FileHandle, int _Mode) |
| _CRTIMP long __cdecl | _tell (int _FileHandle) |
| _CRTIMP int __cdecl | _umask (int _Mode) |
| _CRTIMP int __cdecl | _write (int _FileHandle, const void *_Buf, unsigned int _MaxCharCount) |
__MINGW_EXTENSION _CRTIMP
__int64 __cdecl | _filelengthi64 (int _FileHandle) |
| _CRTIMP intptr_t __cdecl | _findfirst32i64 (const char *_Filename, struct _finddata32i64_t *_FindData) |
| _CRTIMP intptr_t __cdecl | _findfirst64i32 (const char *_Filename, struct _finddata64i32_t *_FindData) |
| _CRTIMP intptr_t __cdecl | _findfirst64 (const char *_Filename, struct __finddata64_t *_FindData) |
| _CRTIMP int __cdecl | _findnext32i64 (intptr_t _FindHandle, struct _finddata32i64_t *_FindData) |
| _CRTIMP int __cdecl | _findnext64i32 (intptr_t _FindHandle, struct _finddata64i32_t *_FindData) |
| _CRTIMP int __cdecl | _findnext64 (intptr_t _FindHandle, struct __finddata64_t *_FindData) |
__MINGW_EXTENSION _CRTIMP
__int64 __cdecl | _lseeki64 (int _FileHandle, __int64 _Offset, int _Origin) |
__MINGW_EXTENSION _CRTIMP
__int64 __cdecl | _telli64 (int _FileHandle) |
| _CRTIMP int __cdecl | chdir (const char *) |
| _CRTIMP char *__cdecl | getcwd (char *, int) |
| _CRTIMP int __cdecl | mkdir (const char *) |
| _CRTIMP char *__cdecl | mktemp (char *) |
| _CRTIMP int __cdecl | rmdir (const char *) |
| _CRTIMP int __cdecl | chmod (const char *, int) |
| _CRTIMP errno_t __cdecl | _sopen_s (int *_FileHandle, const char *_Filename, int _OpenFlag, int _ShareFlag, int _PermissionMode) |
| _CRTIMP int __cdecl | _open (const char *_Filename, int _OpenFlag,...) |
| _CRTIMP int __cdecl | _sopen (const char *_Filename, int _OpenFlag, int _ShareFlag,...) |
| _CRTIMP int __cdecl | _waccess (const wchar_t *_Filename, int _AccessMode) |
| _CRTIMP int __cdecl | _wchmod (const wchar_t *_Filename, int _Mode) |
| _CRTIMP int __cdecl | _wcreat (const wchar_t *_Filename, int _PermissionMode) |
| _CRTIMP intptr_t __cdecl | _wfindfirst32 (const wchar_t *_Filename, struct _wfinddata32_t *_FindData) |
| _CRTIMP int __cdecl | _wfindnext32 (intptr_t _FindHandle, struct _wfinddata32_t *_FindData) |
| _CRTIMP int __cdecl | _wunlink (const wchar_t *_Filename) |
| _CRTIMP int __cdecl | _wrename (const wchar_t *_NewFilename, const wchar_t *_OldFilename) |
| _CRTIMP wchar_t *__cdecl | _wmktemp (wchar_t *_TemplateName) |
| _CRTIMP intptr_t __cdecl | _wfindfirst32i64 (const wchar_t *_Filename, struct _wfinddata32i64_t *_FindData) |
| intptr_t __cdecl | _wfindfirst64i32 (const wchar_t *_Filename, struct _wfinddata64i32_t *_FindData) |
| _CRTIMP intptr_t __cdecl | _wfindfirst64 (const wchar_t *_Filename, struct _wfinddata64_t *_FindData) |
| _CRTIMP int __cdecl | _wfindnext32i64 (intptr_t _FindHandle, struct _wfinddata32i64_t *_FindData) |
| int __cdecl | _wfindnext64i32 (intptr_t _FindHandle, struct _wfinddata64i32_t *_FindData) |
| _CRTIMP int __cdecl | _wfindnext64 (intptr_t _FindHandle, struct _wfinddata64_t *_FindData) |
| _CRTIMP errno_t __cdecl | _wsopen_s (int *_FileHandle, const wchar_t *_Filename, int _OpenFlag, int _ShareFlag, int _PermissionFlag) |
| _CRTIMP int __cdecl | _wopen (const wchar_t *_Filename, int _OpenFlag,...) |
| _CRTIMP int __cdecl | _wsopen (const wchar_t *_Filename, int _OpenFlag, int _ShareFlag,...) |
| int __cdecl | __lock_fhandle (int _Filehandle) |
| void __cdecl | _unlock_fhandle (int _Filehandle) |
| _CRTIMP intptr_t __cdecl | _get_osfhandle (int _FileHandle) |
| _CRTIMP int __cdecl | _open_osfhandle (intptr_t _OSFileHandle, int _Flags) |
| _CRTIMP int __cdecl | access (const char *_Filename, int _AccessMode) |
| _CRTIMP int __cdecl | chsize (int _FileHandle, long _Size) |
| _CRTIMP int __cdecl | close (int _FileHandle) |
| _CRTIMP int __cdecl | creat (const char *_Filename, int _PermissionMode) |
| _CRTIMP int __cdecl | dup (int _FileHandle) |
| _CRTIMP int __cdecl | dup2 (int _FileHandleSrc, int _FileHandleDst) |
| _CRTIMP int __cdecl | eof (int _FileHandle) |
| _CRTIMP long __cdecl | filelength (int _FileHandle) |
| _CRTIMP int __cdecl | isatty (int _FileHandle) |
| _CRTIMP int __cdecl | locking (int _FileHandle, int _LockMode, long _NumOfBytes) |
| _CRTIMP long __cdecl | lseek (int _FileHandle, long _Offset, int _Origin) |
| _CRTIMP int __cdecl | open (const char *_Filename, int _OpenFlag,...) |
| _CRTIMP int __cdecl | read (int _FileHandle, void *_DstBuf, unsigned int _MaxCharCount) |
| _CRTIMP int __cdecl | setmode (int _FileHandle, int _Mode) |
| _CRTIMP int __cdecl | sopen (const char *_Filename, int _OpenFlag, int _ShareFlag,...) |
| _CRTIMP long __cdecl | tell (int _FileHandle) |
| _CRTIMP int __cdecl | umask (int _Mode) |
| _CRTIMP int __cdecl | write (int _Filehandle, const void *_Buf, unsigned int _MaxCharCount) |
| char * | getlogin (void) |