Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dresrc.c130 FILE *cpp_pipe; variable
332 if (cpp_pipe == NULL) in open_input_stream()
344 if (cpp_pipe == NULL) in open_input_stream()
351 return cpp_pipe; in open_input_stream()
427 return cpp_pipe; in look_for_default()
491 cpp_pipe = 0; in read_rc_file()
511 if (! cpp_pipe) in read_rc_file()
547 if (cpp_pipe != NULL) in close_input_stream()
548 fclose (cpp_pipe); in close_input_stream()
562 pclose (cpp_pipe); in close_input_stream()
[all …]
H A 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()
H A DChangeLog-00011536 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.