Searched refs:_IO_fileno (Results 1 – 7 of 7) sorted by relevance
50 int fd = _IO_fileno (fp); in freopen64()68 if (fd != -1 && _IO_fileno (result) != fd) in freopen64()77 if (__dup3 (_IO_fileno (result), fd, in freopen64()85 __close (_IO_fileno (result)); in freopen64()86 _IO_fileno (result) = fd; in freopen64()
51 int fd = _IO_fileno (fp); in freopen()85 if (fd != -1 && _IO_fileno (result) != fd) in freopen()94 if (__dup3 (_IO_fileno (result), fd, in freopen()102 __close (_IO_fileno (result)); in freopen()103 _IO_fileno (result) = fd; in freopen()
35 if (!(fp->_flags & _IO_IS_FILEBUF) || _IO_fileno (fp) < 0) in __fileno()41 return _IO_fileno (fp); in __fileno()
107 __close (_IO_fileno ((FILE *) p)); in _IO_old_proc_open()118 _IO_fileno (fp) = parent_end; in _IO_old_proc_open()195 if (status < 0 || __close (_IO_fileno(fp)) < 0) in _IO_old_proc_close()
77 int fd = _IO_fileno ((FILE *) p); in spawn_process()99 _IO_fileno (fp) = pipe_fds[parent_end]; in spawn_process()275 if (status < 0 || __close_nocancel (_IO_fileno(fp)) < 0) in _IO_new_proc_close()
69 #define _IO_fileno(FP) ((FP)->_fileno) macro
26 _IO_file_write; _IO_file_xsputn; _IO_fileno; _IO_flockfile;
Completed in 11 milliseconds