ReactOS 0.4.16-dev-822-gbcedb53
|
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{errno.cpp}::errentry |
Namespaces | |
namespace | anonymous_namespace{errno.cpp} |
Functions | |
void __cdecl | __acrt_errno_map_os_error (unsigned long const oserrno) |
void __cdecl | __acrt_errno_map_os_error_ptd (unsigned long const oserrno, __crt_cached_ptd_host &ptd) |
int __cdecl | __acrt_errno_from_os_error (unsigned long const oserrno) |
errno_t | _set_errno (int const value) |
errno_t | _get_errno (int *const result) |
errno_t | _set_doserrno (unsigned long const value) |
errno_t | _get_doserrno (unsigned long *const result) |
int *__cdecl | _errno () |
unsigned long *__cdecl | __doserrno () |
Variables | |
static errentry const | errtable [] |
static int | errno_no_memory {ENOMEM} |
static unsigned long | doserrno_no_memory {ERROR_NOT_ENOUGH_MEMORY} |
#define MAX_EACCES_RANGE ERROR_SHARING_BUFFER_EXCEEDED |
#define MAX_EXEC_ERROR ERROR_INFLOOP_IN_RELOC_CHAIN |
#define MIN_EACCES_RANGE ERROR_WRITE_PROTECT |
#define MIN_EXEC_ERROR ERROR_INVALID_STARTING_CODESEG |
Definition at line 103 of file errno.cpp.
Referenced by __acrt_errno_map_os_error(), __acrt_errno_map_os_error_ptd(), and _getdiskfree().
Definition at line 91 of file errno.cpp.
Referenced by __acrt_convert_wcs_mbs_cp(), __acrt_GetModuleFileNameA(), _beginthread(), _beginthreadex(), _cgetws_s(), _chdrive(), _cwait(), _open_osfhandle(), _pipe(), _read_nolock(), _Success_(), _waccess_s(), _wchmod(), _wmkdir(), _wremove(), _wrename(), _wrmdir(), _wsopen_nolock(), __crt_win32_buffer< Character, ResizePolicy >::call_win32_function(), common_stat_handle_file_not_opened(), common_stat_handle_file_opened(), construct_command_line(), construct_environment_block(), execute_command(), get_drive_number_from_path(), locking_nolock(), and throw().
void __cdecl __acrt_errno_map_os_error_ptd | ( | unsigned long const | oserrno, |
__crt_cached_ptd_host & | ptd | ||
) |
Definition at line 97 of file errno.cpp.
Referenced by _close_nolock_internal(), _dup2_nolock_internal(), _write_nolock(), common_lseek_do_seek_nolock(), and duplicate_osfhnd().
Definition at line 191 of file errno.cpp.
Referenced by _cwait(), and msvcrt_init_fp().
Definition at line 180 of file errno.cpp.
Referenced by __wcserror_s(), _aligned_offset_malloc(), _aligned_offset_realloc(), _beginthread(), _chsize_s(), _cwait(), _dup2(), _fsopen(), _ftime_s(), _gcvt(), _gcvt_s(), _get_osfhandle(), _get_osplatform(), _get_pgmptr(), _get_tzname(), _get_wpgmptr(), _heapadd(), _i64toa_s(), _i64tow_s(), _j0(), _j1(), _locking(), _lseeki64(), _ltoa_s(), _ltow_s(), _makepath_s(), _pclose(), _pipe(), _setmbcp_l(), _setmode(), _strdate_s(), _Strftime(), _strtime_s(), _strtoi64_l(), _strtoul_l(), _strxfrm_l(), _tsearchenv_s(), _tstat64(), _ui64toa_s(), _ui64tow_s(), _waccess_s(), _wcslwr_s(), _wcstoi64_l(), _wcstoui64_l(), _wfopen_s(), _wmakepath_s(), _write(), _wsopen_s(), _wstrdate_s(), _y0(), _y1(), _yn(), alloc_pioinfo_block(), calloc(), fopen_s(), get_ioinfo_alloc(), heap_alloc_dbg(), heap_alloc_dbg_internal(), malloc(), msvcrt_get_file(), msvcrt_init_fp(), perror(), rand_s(), read_i(), run_open_osfhandle(), START_TEST(), strerror_s(), strftime_date(), strftime_int(), strftime_str(), strftime_time(), Test_popen(), wctomb(), and win_iconv_open().
|
static |
Definition at line 178 of file errno.cpp.
Referenced by __doserrno().
|
static |
Definition at line 26 of file errno.cpp.
Referenced by __acrt_errno_from_os_error().