Searched refs:xfopen (Results 1 - 8 of 8) sorted by relevance

/external/bison/src/
H A Dfiles.h65 FILE *xfopen (const char *name, const char *mode);
H A Dscan-skel.l93 yyout = xfopen (outname, "w");
H A Dfiles.c107 xfopen (const char *name, const char *mode)
106 xfopen (const char *name, const char *mode) function
H A Dprint_graph.c202 fgraph = xfopen (spec_graph_file, "w");
H A Dreader.c515 gram_in = xfopen (grammar_file, "r");
H A Dprint.c554 FILE *out = xfopen (spec_verbose_file, "w");
H A Dscan-skel.c987 skel_out = xfopen (outname, "w");
/external/genext2fs/
H A Dgenext2fs.c726 xfopen(const char *path, const char *mode) function
1763 fh = xfopen(dent->d_name, "rb");
2450 fh = xfopen(dopt[i], "rb");
2652 FILE * fh = xfopen(fsin, "rb");
2711 fh = xfopen(fname, "wb");
2718 FILE * fh = xfopen(fsout, "wb");

Completed in 310 milliseconds