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

  /external/bison/src/
files.h 65 FILE *xfopen (const char *name, const char *mode);
scan-skel.l 93 yyout = xfopen (outname, "w");
files.c 107 xfopen (const char *name, const char *mode)
106 xfopen (const char *name, const char *mode) function
print_graph.c 202 fgraph = xfopen (spec_graph_file, "w");
reader.c 515 gram_in = xfopen (grammar_file, "r");
print.c 554 FILE *out = xfopen (spec_verbose_file, "w");
scan-skel.c 987 skel_out = xfopen (outname, "w");
    [all...]
  /external/genext2fs/
genext2fs.c 726 xfopen(const char *path, const char *mode) function
    [all...]

Completed in 192 milliseconds