HomeSort by: relevance | last modified time | path
    Searched defs:init_path (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 183 static const char *init_path; variable
2888 remove (init_path);
2908 init_path = argv[4];
2930 init_file = fopen (init_path, "w");
2933 fprintf (stderr, "Cannot open init file '%s' for output.\n", init_path);
3006 fprintf (stderr, "Output to '%s' failed, aborting.\n", init_path);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 183 static const char *init_path; variable
2888 remove (init_path);
2908 init_path = argv[4];
2930 init_file = fopen (init_path, "w");
2933 fprintf (stderr, "Cannot open init file '%s' for output.\n", init_path);
3006 fprintf (stderr, "Output to '%s' failed, aborting.\n", init_path);

Completed in 28 milliseconds