|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#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.
| 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().