ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <corecrt_internal.h>
#include <malloc.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Variables | |
size_t const | buffer_count |
_Out_writes_z_ | ( | buffer_count | ) | const |
_Success_ | ( | return | = = 0 | ) | const |
Definition at line 101 of file strerror.cpp.
errno_t __cdecl _wcserror_s | ( | wchar_t *const | buffer, |
size_t const | buffer_count, | ||
int const | error_number | ||
) |
Definition at line 139 of file strerror.cpp.
|
static |
Definition at line 79 of file strerror.cpp.
Referenced by __wcserror(), and _strerror().
|
static |
Definition at line 112 of file strerror.cpp.
Referenced by _wcserror_s(), and strerror_s().
Definition at line 22 of file strerror.cpp.
Referenced by common_strerror().
Definition at line 28 of file strerror.cpp.
|
static |
Definition at line 37 of file strerror.cpp.
Referenced by common_strerror().
|
static |
Definition at line 42 of file strerror.cpp.
Definition at line 96 of file strerror.cpp.
Referenced by _lzx_get_bytes(), aargh(), adns__must_gettimeofday(), adns__query_send(), adns__querysend_tcp(), adns__tcp_tryconnect(), adns_processreadable(), adns_processwriteable(), adns_wait(), adnsfail(), chmc_init(), chmc_section_create(), clnt_spcreateerror(), clnt_sperror(), errmsgstr(), Error(), fd_event(), fileClient(), fs_flush(), get_ImageBase(), gl_file(), logMess(), main(), mpg123_open(), open_stream(), pdie(), process_directory(), processRequest(), proclog(), rdp2vnc_connect(), readconfig(), rw(), SError(), ServeOneClient(), Server(), set_LogFile(), sysfail(), Test__sys_errlist(), test_file_inherit_child(), test_file_inherit_child_no(), TIFFOpen(), TRIO_ARGS1(), ui_select(), verr(), vwarn(), write_dlldata(), and write_dlldata_list().
errno_t __cdecl strerror_s | ( | char *const | buffer, |
size_t const | buffer_count, | ||
int const | error_number | ||
) |
Definition at line 130 of file strerror.cpp.
Definition at line 56 of file strerror.cpp.
Definition at line 54 of file strerror.cpp.
Referenced by _wcserror_s(), common_strerror_s(), strerror_s(), and throw().