Home | History | Annotate | Download | only in libiberty

Lines Matching refs:FILE

6 This file is part of the libiberty library.
18 License along with libiberty; see the file COPYING.LIB. If not,
37 /* stdin file number. */
40 /* stdout file number. */
43 /* stderr file number. */
64 /* File name to use as stdin for next process. */
80 /* FILE created by pex_input_file. */
81 FILE *input_file;
82 /* FILE created by pex_read_output. */
83 FILE *read_output;
84 /* FILE created by pex_read_err. */
85 FILE *read_err;
101 /* Open file NAME for reading. If BINARY is non-zero, open in
104 /* Open file NAME for writing. If BINARY is non-zero, open in
136 /* Get a FILE pointer to read from a file descriptor (only called if
139 FILE * (*fdopenr) (struct pex_obj *, int /* fd */, int /* binary */);
140 /* Get a FILE pointer to write to the file descriptor FD (only
144 FILE * (*fdopenw) (struct pex_obj *, int /* fd */, int /* binary */);