Home
last modified time | relevance | path

Searched refs:xfopen (Results 1 – 10 of 10) sorted by relevance

/external/bison/src/
Dfiles.h65 FILE *xfopen (const char *name, const char *mode);
Dscan-skel.l93 yyout = xfopen (outname, "w");
Dprint_graph.c201 fgraph = xfopen (spec_graph_file, "w"); in print_graph()
Dfiles.c106 xfopen (const char *name, const char *mode) in xfopen() function
Dreader.c510 gram_in = xfopen (grammar_file, "r"); in reader()
Doutput.c529 xfclose (xfopen (full_m4sugar, "r")); in output_skeleton()
Dprint.c551 FILE *out = xfopen (spec_verbose_file, "w"); in print_results()
Dscan-skel.c987 skel_out = xfopen (outname, "w");
/external/genext2fs/
Dgenext2fs.c726 xfopen(const char *path, const char *mode) in xfopen() function
1763 fh = xfopen(dent->d_name, "rb"); in add2fs_from_dir()
2450 fh = xfopen(dopt[i], "rb"); in populate_fs()
2652 FILE * fh = xfopen(fsin, "rb");
2711 fh = xfopen(fname, "wb");
2718 FILE * fh = xfopen(fsout, "wb");
/external/bison/
DChangeLog2651 * src/files.c (xfopen): Use fopen_safer, not fopen.
5862 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
6297 * src/output.c (output_skeleton): Call xfopen instead of
6298 duplicating xfopen's body.
7008 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
14129 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
14588 (xfopen, xfclose, open_files): this.