Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dresrc.c134 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; enumerator
315 if (istream_type == ISTREAM_FILE) in open_input_stream()
469 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE; in read_rc_file()
572 if (istream_type == ISTREAM_FILE) in close_input_stream()