HomeSort by relevance Sort by last modified time
    Searched refs:cpp_pipe (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
rclex.c 111 extern FILE *cpp_pipe;
649 if (! cpp_pipe || feof (cpp_pipe)
650 || fread (&ch, 1, 1,cpp_pipe) != 1)
resrc.c 124 FILE *cpp_pipe; variable
327 cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);
328 if (cpp_pipe == NULL)
339 cpp_pipe = popen (cmd, FOPEN_RT);
340 if (cpp_pipe == NULL)
347 return cpp_pipe;
422 cpp_pipe = open_input_stream (cmd);
423 return cpp_pipe;
488 cpp_pipe = open_input_stream (cmd);
523 cpp_pipe = 0
    [all...]

Completed in 113 milliseconds