#include <corecrt_internal.h>
#include <corecrt_internal_lowio.h>
#include <corecrt_internal_ptd_propagation.h>
#include <io.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
◆ _perror_internal()
Definition at line 41 of file perror.cpp.
42{
43 int const fh = 2;
44
47 {
48 if (user_prefix != nullptr && user_prefix[0] != '\0')
49 {
52 }
53
54
56
59
60 }
62 {
64 }
66}
ACPI_SIZE strlen(const char *String)
_Ret_z_ __inline char const * _get_sys_err_msg(size_t const m)
_Check_return_ int __cdecl _write_nolock(_In_ int _FileHandle, _In_reads_bytes_(_MaxCharCount) const void *_Buf, _In_ unsigned int _MaxCharCount, __crt_cached_ptd_host &_Ptd)
void __cdecl __acrt_lowio_lock_fh(_In_ int _FileHandle)
void __cdecl __acrt_lowio_unlock_fh(_In_ int _FileHandle)
_In_ size_t const _In_ int _In_ bool const _In_ unsigned const _In_ __acrt_rounding_mode const _Inout_ __crt_cached_ptd_host & ptd
Referenced by perror().
◆ perror()
Definition at line 68 of file perror.cpp.
69{
70 __crt_cached_ptd_host
ptd;
72}
static void __cdecl _perror_internal(char const *const user_prefix, __crt_cached_ptd_host &ptd)