Searched refs:FDEV (Results 1 – 7 of 7) sorted by relevance
132 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()
164 pio->osfile |= FDEV; in initialize_stdio_handles_nolock()177 pio->osfile |= FDEV; in initialize_stdio_handles_nolock()
401 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()
19 return static_cast<int>(_osfile(fh) & FDEV); in _isatty()
296 file_flags |= FDEV; in _open_osfhandle()
742 if ((_osfile(fh) & FDEV) && *char_buffer == CTRLZ) in _write_nolock()
85 FDEV = 0x40, // file handle refers to device enumerator