Searched refs:osfile (Results 1 – 6 of 6) sorted by relevance
117 pio->osfile = *it_file; in initialize_inherited_file_handles_nolock()134 pio->osfile |= FTEXT; in initialize_stdio_handles_nolock()140 pio->osfile = FOPEN | FTEXT; in initialize_stdio_handles_nolock()164 pio->osfile |= FDEV; in initialize_stdio_handles_nolock()167 pio->osfile |= FPIPE; in initialize_stdio_handles_nolock()177 pio->osfile |= FDEV; in initialize_stdio_handles_nolock()
29 it->osfile = 0; in __acrt_lowio_create_handle_array()156 if (pio->osfile & FOPEN) in _alloc_osfhnd()165 if ((pio->osfile & FOPEN) != 0) in _alloc_osfhnd()
56 char osfile; member72 #define _osfile(i) (_pioinfo(i)->osfile)78 #define _osfile_safe(i) (_pioinfo_safe(i)->osfile)
99 unsigned char osfile; // Attributes of file (e.g., open in text mode?) member131 #define _osfile(i) (_pioinfo(i)->osfile)146 #define _osfile_safe(i) (_pioinfo_safe(i)->osfile)
124 if ((pio->osfile & FNOINHERIT) == 0) in accumulate_inheritable_handles()126 *flags_it = pio->osfile; in accumulate_inheritable_handles()
113 char osfile; // file handle flags132 dosflags = _pioinfo(fd)->osfile;