Home
last modified time | relevance | path

Searched defs:os_handle (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/lib/ucrt/lowio/
H A Dwrite.cpp125 HANDLE const os_handle = reinterpret_cast<HANDLE>(_osfhnd(fh)); in write_double_translated_ansi_nolock() local
411 HANDLE const os_handle = reinterpret_cast<HANDLE>(_osfhnd(fh)); in write_text_ansi_nolock() local
468 HANDLE const os_handle = reinterpret_cast<HANDLE>(_osfhnd(fh)); in write_text_utf16le_nolock() local
530 HANDLE const os_handle = reinterpret_cast<HANDLE>(_osfhnd(fh)); in write_text_utf8_nolock() local
630 HANDLE const os_handle = reinterpret_cast<HANDLE>(_osfhnd(fh)); in write_binary_nolock() local
H A Dlseek.cpp21 static long __cdecl common_lseek_do_seek_nolock(HANDLE const os_handle, long const offset, int cons… in common_lseek_do_seek_nolock()
55 static __int64 __cdecl common_lseek_do_seek_nolock(HANDLE const os_handle, __int64 const offset, in… in common_lseek_do_seek_nolock()
71 HANDLE const os_handle = reinterpret_cast<HANDLE>(_get_osfhandle(fh)); in common_lseek_nolock() local
H A Dread.cpp104 HANDLE const os_handle = reinterpret_cast<HANDLE>(_osfhnd(fh)); in translate_text_mode_nolock() local
426 HANDLE const os_handle = reinterpret_cast<HANDLE>(_osfhnd(fh)); in _read_nolock() local
H A Dioinit.cpp144 intptr_t const os_handle = reinterpret_cast<intptr_t>(GetStdHandle(get_std_handle_id(fh))); in initialize_stdio_handles_nolock() local
H A Dopen.cpp704 HANDLE os_handle = create_file(path, &security_attributes, options); in _wsopen_nolock() local
/reactos/sdk/lib/ucrt/stdio/
H A D_file.cpp100 intptr_t const os_handle = _osfhnd(i); in __acrt_initialize_stdio() local
H A D_flsbuf.cpp26 HANDLE const os_handle = reinterpret_cast<HANDLE>(_get_osfhandle(stream.lowio_handle())); in stream_is_at_end_of_file_nolock() local
/reactos/sdk/lib/ucrt/filesystem/
H A Dfindfile.cpp268 HANDLE const os_handle = reinterpret_cast<HANDLE>(handle); in common_find_next_wide() local