Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/lowio/
H A Dread.cpp132 if ((_osfile(fh) & FDEV) == 0) in translate_text_mode_nolock()
186 if (_osfile(fh) & (FDEV | FPIPE)) in translate_text_mode_nolock()
317 if (_osfile(fh) & (FDEV | FPIPE)) in translate_ansi_or_utf8_nolock()
500 if ((_osfile(fh) & (FPIPE | FDEV)) && in _read_nolock()
H A Dioinit.cpp164 pio->osfile |= FDEV; in initialize_stdio_handles_nolock()
177 pio->osfile |= FDEV; in initialize_stdio_handles_nolock()
H A Dopen.cpp401 if (_osfile(fh) & (FDEV | FPIPE)) in truncate_ctrl_z_if_present()
504 if ((options.crt_flags & FDEV) != 0) in configure_text_mode()
751 options.crt_flags |= FDEV; in _wsopen_nolock()
798 if ((options.crt_flags & (FDEV | FPIPE)) == 0 && (oflag & _O_APPEND)) in _wsopen_nolock()
H A Disatty.cpp19 return static_cast<int>(_osfile(fh) & FDEV); in _isatty()
H A Dosfinfo.cpp296 file_flags |= FDEV; in _open_osfhandle()
H A Dwrite.cpp742 if ((_osfile(fh) & FDEV) && *char_buffer == CTRLZ) in _write_nolock()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_lowio.h85 FDEV = 0x40, // file handle refers to device enumerator