Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dresrc.c124 FILE *cpp_pipe; variable
325 cpp_pipe = fopen (cpp_temp_file, FOPEN_RT); in open_input_stream()
326 if (cpp_pipe == NULL) in open_input_stream()
337 cpp_pipe = popen (cmd, FOPEN_RT); in open_input_stream()
338 if (cpp_pipe == NULL) in open_input_stream()
345 return cpp_pipe; in open_input_stream()
420 cpp_pipe = open_input_stream (cmd); in look_for_default()
421 return cpp_pipe; in look_for_default()
486 cpp_pipe = open_input_stream (cmd); in read_rc_file()
521 cpp_pipe = 0; in read_rc_file()
[all …]
Drclex.c111 extern FILE *cpp_pipe;
649 if (! cpp_pipe || feof (cpp_pipe) in rclex_readch()
650 || fread (&ch, 1, 1,cpp_pipe) != 1) in rclex_readch()
DChangeLog-00011536 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.