Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/misc/
H A Dperror.cpp50 _write_nolock(fh, user_prefix, static_cast<unsigned>(strlen(user_prefix)), ptd); in _perror_internal()
51 _write_nolock(fh, ": ", 2, ptd); in _perror_internal()
57 _write_nolock(fh, system_message, static_cast<unsigned>(strlen(system_message)), ptd); in _perror_internal()
58 _write_nolock(fh, "\n", 1, ptd); in _perror_internal()
/reactos/sdk/lib/ucrt/lowio/
H A Dchsize.cpp97 int const bytes_written = _write_nolock(fh, zero_buffer.get(), bytes_to_write, ptd); in _chsize_nolock_internal()
H A Dwrite.cpp65 result = _write_nolock(fh, buffer, size, ptd); in _write_internal()
644 extern "C" int __cdecl _write_nolock(int const fh, void const* const buffer, unsigned const buffer_… in _write_nolock() function
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_lowio.h281 _Check_return_ int __cdecl _write_nolock(_In_ int _FileHandle, _In_reads_bytes_(_MaxCharCount) cons…