ReactOS 0.4.15-dev-6042-g2eb6700
|
Go to the source code of this file.
Variables | |
static _invalid_parameter_handler | invalid_parameter_handler = NULL |
int | msvcrt_error_mode = MSVCRT__OUT_TO_DEFAULT |
Definition at line 27 of file errno.c.
Referenced by _cwait(), _get_doserrno(), _set_doserrno(), and msvcrt_init_fp().
Definition at line 81 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 19 of file errno.c.
Referenced by __wcserror_s(), _beginthread(), _chsize_s(), _cwait(), _dup2(), _fsopen(), _ftime_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().
_invalid_parameter_handler CDECL _get_invalid_parameter_handler | ( | void | ) |
void __cdecl _invalid_parameter | ( | const wchar_t * | expr, |
const wchar_t * | func, | ||
const wchar_t * | file, | ||
unsigned int | line, | ||
uintptr_t | arg | ||
) |
Definition at line 137 of file errno.c.
Referenced by _fsopen(), _tasctime_s(), localtime_s(), and rand_s().
Definition at line 68 of file errno.c.
Referenced by _dosmaperr().
Definition at line 59 of file errno.c.
Referenced by _dosmaperr().
_invalid_parameter_handler CDECL _set_invalid_parameter_handler | ( | _invalid_parameter_handler | handler | ) |
Definition at line 158 of file errno.c.
|
static |
Definition at line 14 of file errno.c.
Referenced by _get_invalid_parameter_handler(), _invalid_parameter(), and _set_invalid_parameter_handler().
int msvcrt_error_mode = MSVCRT__OUT_TO_DEFAULT |
Definition at line 115 of file errno.c.
Referenced by _assert(), _set_error_mode(), and abort().