Searched refs:_IO_DELETE_DONT_CLOSE (Results 1 – 8 of 8) sorted by relevance
49 tmpfil.file._flags |= _IO_DELETE_DONT_CLOSE; in __vdprintf_internal()
111 new_f->fp.file._file._flags &= ~_IO_DELETE_DONT_CLOSE; in _IO_old_fdopen()
146 new_f->fp.file._flags &= ~_IO_DELETE_DONT_CLOSE; in _IO_new_fdopen()
160 if (!(fp->_flags & _IO_DELETE_DONT_CLOSE)) in _IO_old_file_finish()221 fp->_flags |= _IO_DELETE_DONT_CLOSE; in _IO_old_file_attach()
74 #define _IO_DELETE_DONT_CLOSE 0x0040 /* Don't call close(_fileno) on close. */ macro
172 if (!(fp->_flags & _IO_DELETE_DONT_CLOSE)) in libc_hidden_ver()366 fp->_flags |= _IO_DELETE_DONT_CLOSE; in libc_hidden_ver()
7666 * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE