ReactOS 0.4.16-dev-38-g96c65e9
|
Go to the source code of this file.
Classes | |
struct | _finddata_t |
struct | _finddata32_t |
struct | _wfinddata_t |
struct | _wfinddata32_t |
Macros | |
#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 |
Referenced by HaveSpool(), and MkDirs().
Referenced by LoadFirewallPrefs(), OpenBookmarkFile(), OpenTmpBookmarkFile(), OpenTrace(), rw(), SaveHistory(), and test_file_write_read().
Referenced by ftruncate(), rw(), and test_chsize().
_Check_return_ _CRTIMP int __cdecl _creat | ( | _In_z_ const char * | _Filename, |
_In_ int | _PermissionMode | ||
) |
Referenced by test__creat().
Referenced by DllMain(), and test_stdin().
Referenced by _dup(), _tWinMain(), DllMain(), test_dup2(), test_stat(), and test_stdin().
Referenced by File::length(), and test_chsize().
Referenced by main().
_Check_return_ _CRTIMP intptr_t __cdecl _findfirst32 | ( | _In_z_ const char * | _Filename, |
_Out_ struct _finddata32_t * | _FindData | ||
) |
_Check_return_ _CRTIMP int __cdecl _findnext32 | ( | _In_ intptr_t | _FindHandle, |
_Out_ struct _finddata32_t * | _FindData | ||
) |
Referenced by _getch(), ConStreamGetOSHandle(), do_spawnT(), fork_helper(), test_close(), test_get_osfhandle(), test_invalid_stdin_child(), and test_stdin().
_Check_return_ _Ret_opt_z_ _CRTIMP char *__cdecl _getcwd | ( | _Out_writes_opt_(_SizeInBytes) char * | _DstBuf, |
_In_ int | _SizeInBytes | ||
) |
_Check_return_opt_ _CRTIMP long __cdecl _lseek | ( | _In_ int | _FileHandle, |
_In_ long | _Offset, | ||
_In_ int | _Origin | ||
) |
Referenced by _filelength(), _tell(), _write(), rd_lseek_file(), rw(), test__creat(), test_chsize(), test_fflush(), and test_file_write_read().
Referenced by test_mktemp().
Definition at line 2001 of file file.c.
Referenced by _creat(), compat_open(), install_from_unix_file(), main(), rd_open_file(), rw(), test_chsize(), test_file_write_read(), test_get_osfhandle(), test_setmode(), and tmpfile().
Referenced by _tWinMain(), ConStreamSetOSHandle(), run_open_osfhandle(), test__open_osfhandle(), and test_close().
_Check_return_ _CRTIMP int __cdecl _pipe | ( | _Inout_updates_(2) int * | _PtHandles, |
_In_ unsigned int | _PipeSize, | ||
_In_ int | _TextMode | ||
) |
Referenced by fork_helper(), test_pipes(), and test_stat().
_Check_return_ _CRTIMP int __cdecl _read | ( | _In_ int | _FileHandle, |
_Out_writes_bytes_(_MaxCharCount) void * | _DstBuf, | ||
_In_ unsigned int | _MaxCharCount | ||
) |
Referenced by _filbuf(), fread(), rd_read_file(), rw(), test__creat(), and test_file_write_read().
Definition at line 1978 of file file.c.
Referenced by _open(), and test_get_osfhandle().
_Check_return_wat_ _CRTIMP errno_t __cdecl _sopen_s | ( | _Out_ int * | _FileHandle, |
_In_z_ const char * | _Filename, | ||
_In_ int | _OpenFlag, | ||
_In_ int | _ShareFlag, | ||
_In_ int | _PermissionMode | ||
) |
Referenced by test__creat().
_Check_return_ _CRTIMP int __cdecl _waccess | ( | _In_z_ const wchar_t * | _Filename, |
_In_ int | _AccessMode | ||
) |
_Check_return_ _CRTIMP int __cdecl _wcreat | ( | _In_z_ const wchar_t * | _Filename, |
_In_ int | _PermissionMode | ||
) |
_Check_return_ _CRTIMP intptr_t __cdecl _wfindfirst32 | ( | _In_z_ const wchar_t * | _Filename, |
_Out_ struct _wfinddata32_t * | _FindData | ||
) |
_Check_return_ _CRTIMP int __cdecl _wfindnext32 | ( | _In_ intptr_t | _FindHandle, |
_Out_ struct _wfinddata32_t * | _FindData | ||
) |
Definition at line 2020 of file file.c.
Referenced by compat_open(), and gz_open().
_Check_return_ _CRTIMP int __cdecl _wrename | ( | _In_z_ const wchar_t * | _NewFilename, |
_In_z_ const wchar_t * | _OldFilename | ||
) |
_CRTIMP int __cdecl _write | ( | _In_ int | _FileHandle, |
_In_reads_bytes_(_MaxCharCount) const void * | _Buf, | ||
_In_ unsigned int | _MaxCharCount | ||
) |
Referenced by _flsbuf(), _putw(), fwrite(), msvcrt_flush_buffer(), perror(), rd_write_file(), rw(), test__creat(), test_chsize(), and test_file_write_read().
Definition at line 1939 of file file.c.
_Check_return_wat_ _CRTIMP errno_t __cdecl _wsopen_s | ( | _Out_ int * | _FileHandle, |
_In_z_ const wchar_t * | _Filename, | ||
_In_ int | _OpenFlag, | ||
_In_ int | _ShareFlag, | ||
_In_ int | _PermissionFlag | ||
) |
Referenced by recvrequest().
_Check_return_ _CRTIMP int __cdecl creat | ( | _In_z_ const char * | _Filename, |
_In_ int | _PermissionMode | ||
) |
Referenced by cmd_ctty(), fork_helper(), run_ex(), run_tests(), and subprocess().
Referenced by tinyxml2::XMLDocument::LoadFile().
_Check_return_ _Ret_opt_z_ _CRTIMP char *__cdecl getcwd | ( | _Out_writes_opt_(_SizeInBytes) char * | _DstBuf, |
_In_ int | _SizeInBytes | ||
) |
_Check_return_ _CRTIMP int __cdecl locking | ( | _In_ int | _FileHandle, |
_In_ int | _LockMode, | ||
_In_ long | _NumOfBytes | ||
) |
_Check_return_opt_ _CRTIMP long __cdecl lseek | ( | _In_ int | _FileHandle, |
_In_ long | _Offset, | ||
_In_ int | _Origin | ||
) |
Referenced by remglob(), and select_file_name().
_CRTIMP int __cdecl read | ( | _In_ int | _FileHandle, |
_Out_writes_bytes_(_MaxCharCount) void * | _DstBuf, | ||
_In_ unsigned int | _MaxCharCount | ||
) |