ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Functions | |
int *CDECL | _errno (void) |
unsigned long *CDECL | __doserrno (void) |
errno_t CDECL | _get_errno (int *pValue) |
errno_t CDECL | _get_doserrno (unsigned long *pValue) |
errno_t CDECL | _set_errno (int value) |
errno_t CDECL | _set_doserrno (unsigned long value) |
void CDECL | _dosmaperr (unsigned long oserror) |
int CDECL | _set_error_mode (int mode) |
void CDECL | _seterrormode (int mode) |
Variables | |
int | msvcrt_error_mode = MSVCRT__OUT_TO_DEFAULT |
Definition at line 25 of file errno.c.
Referenced by _cwait(), _get_doserrno(), _set_doserrno(), and msvcrt_init_fp().
Definition at line 79 of file errno.c.
Referenced by _access(), _beginthreadex(), _chdrive(), _chmod(), _chsize_s(), _close(), _commit(), _cwait(), _dup2(), _findclose(), _fstat64(), _futime(), _lseeki64(), _open_osfhandle(), _pclose(), _pipe(), _tchdir(), _tfindfirst(), _tfindnext(), _tfullpath(), _tgetcwd(), _tmkdir(), _trmdir(), _tsearchenv_s(), _unlink(), _waccess(), _wchmod(), _wfreopen(), _wremove(), _wrename(), _write(), _wsopen_s(), _wsystem(), _wunlink(), access_dirT(), do_spawnT(), read_utf8(), remove(), rename(), and system().
Definition at line 17 of file errno.c.
Referenced by __wcserror_s(), _beginthread(), _chsize_s(), _cwait(), _dup2(), _fsopen(), _ftime_s(), _gcvt(), _gcvt_s(), _get_errno(), _get_osfhandle(), _get_osplatform(), _get_pgmptr(), _get_tzname(), _get_wpgmptr(), _i64toa_s(), _i64tow_s(), _j0(), _j1(), _locking(), _lseeki64(), _ltoa_s(), _ltow_s(), _makepath_s(), _pclose(), _pipe(), _set_errno(), _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(), fopen_s(), get_ioinfo_alloc(), 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().
Definition at line 66 of file errno.c.
Referenced by _dosmaperr().
Definition at line 57 of file errno.c.
Referenced by _dosmaperr().
int msvcrt_error_mode = MSVCRT__OUT_TO_DEFAULT |
Definition at line 113 of file errno.c.
Referenced by _assert(), _set_error_mode(), and abort().