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

  /toolchain/binutils/binutils-2.25/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
326 cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);
327 if (cpp_pipe == NULL)
338 cpp_pipe = popen (cmd, FOPEN_RT);
339 if (cpp_pipe == NULL)
346 return cpp_pipe;
421 cpp_pipe = open_input_stream (cmd);
422 return cpp_pipe;
487 cpp_pipe = open_input_stream (cmd);
522 cpp_pipe = 0
    [all...]

Completed in 1879 milliseconds