Searched refs:_write_nolock (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/ucrt/misc/ |
H A D | perror.cpp | 50 _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 D | chsize.cpp | 97 int const bytes_written = _write_nolock(fh, zero_buffer.get(), bytes_to_write, ptd); in _chsize_nolock_internal()
|
H A D | write.cpp | 65 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 D | corecrt_internal_lowio.h | 281 _Check_return_ int __cdecl _write_nolock(_In_ int _FileHandle, _In_reads_bytes_(_MaxCharCount) cons…
|