Searched refs:ISTREAM_FILE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dresrc.c134 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; enumerator in enum:__anon171
316 if (istream_type == ISTREAM_FILE)
470 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
573 if (istream_type == ISTREAM_FILE)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dresrc.c134 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; enumerator in enum:__anon282
316 if (istream_type == ISTREAM_FILE)
476 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
579 if (istream_type == ISTREAM_FILE)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dresrc.c133 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; enumerator in enum:__anon760
315 if (istream_type == ISTREAM_FILE)
473 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
577 if (istream_type == ISTREAM_FILE)

Completed in 213 milliseconds