ReactOS 0.4.16-dev-550-g2186ce3
|
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 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 _get_errno(), and _set_errno().
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().