Searched refs:cpp_pipe (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Drclex.c111 extern FILE *cpp_pipe;
649 if (! cpp_pipe || feof (cpp_pipe)
650 || fread (&ch, 1, 1,cpp_pipe) != 1)
H A Dresrc.c130 FILE *cpp_pipe; variable
332 cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);;
333 if (cpp_pipe == NULL)
344 cpp_pipe = popen (cmd, FOPEN_RT);
345 if (cpp_pipe == NULL)
352 return cpp_pipe;
427 cpp_pipe = open_input_stream (cmd);
428 return cpp_pipe;
457 cpp_pipe = open_input_stream (cmd);
492 cpp_pipe
[all...]

Completed in 63 milliseconds