Home
last modified time | relevance | path

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

/external/bison/src/
Dfiles.h68 FILE *xfopen (const char *name, const char *mode);
Dprint_graph.c198 FILE *fgraph = xfopen (spec_graph_file, "w"); in print_graph()
Dscan-skel.l281 yyout = xfopen (*outnamep, "w");
Dfiles.c107 xfopen (const char *name, const char *mode) in xfopen() function
Dprint.c506 FILE *out = xfopen (spec_verbose_file, "w"); in print_results()
Dprint-xml.c502 FILE *out = xfopen (spec_xml_file, "w"); in print_xml()
Dreader.c618 gram_in = xfopen (grammar_file, "r"); in reader()
Doutput.c539 xfclose (xfopen (full_m4sugar, "r")); in output_skeleton()
Dscan-skel.c2401 skel_out = xfopen (*outnamep, "w"); in at_directive_perform()
/external/genext2fs/
Dgenext2fs.c726 xfopen(const char *path, const char *mode) in xfopen() function
1764 fh = xfopen(dent->d_name, "rb"); in add2fs_from_dir()
2451 fh = xfopen(dopt[i], "rb"); in populate_fs()
2653 FILE * fh = xfopen(fsin, "rb");
2712 fh = xfopen(fname, "wb");
2719 FILE * fh = xfopen(fsout, "wb");
/external/bison/
DChangeLog-201210912 * src/files.c (xfopen): Use fopen_safer, not fopen.
14123 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
14558 * src/output.c (output_skeleton): Call xfopen instead of
14559 duplicating xfopen's body.
15269 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
22390 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
22849 (xfopen, xfclose, open_files): this.