Home
last modified time | relevance | path

Searched refs:narrow_first (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/ucrt/internal/
H A Dreport_runtime_error.cpp126 char* const narrow_first = narrow_buffer; in write_string_to_console() local
127 char* const narrow_last = narrow_first + narrow_buffer_count; in write_string_to_console()
131 char* narrow_it = narrow_first; in write_string_to_console()
143 …DWORD const bytes_to_write = static_cast<DWORD>(narrow_it - narrow_first - 1); // Account for null… in write_string_to_console()