Home
last modified time | relevance | path

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

/external/bison/src/
Dfiles.h69 void xfclose (FILE *ptr);
Dscan-skel.l98 xfclose (yyout);
277 xfclose (yyout);
Doutput.c539 xfclose (xfopen (full_m4sugar, "r")); in output_skeleton()
597 xfclose (out); in output_skeleton()
611 xfclose (in); in output_skeleton()
Dprint_graph.c208 xfclose (fgraph); in print_graph()
Dfiles.c124 xfclose (FILE *ptr) in xfclose() function
Dscan-skel.c1090 xfclose (skel_out);
2397 xfclose (skel_out); in at_directive_perform()
Dprint-xml.c537 xfclose (out); in print_xml()
Dprint.c528 xfclose (out); in print_results()
Dreader.c629 xfclose (gram_in); in reader()
/external/bison/
DChangeLog-201214123 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
15153 * src/files.h (xfclose): Return void, not int, since it always
15155 * src/files.c (xfclose): Likewise. Report I/O error if ferror
15157 * src/output.c (output_skeleton): Use xfclose rather than fclose
15158 and ferror. xfclose now checks ferror.
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.