Searched refs:xfclose (Results 1 – 10 of 10) sorted by relevance
/external/bison/src/ |
D | files.h | 69 void xfclose (FILE *ptr);
|
D | scan-skel.l | 98 xfclose (yyout); 277 xfclose (yyout);
|
D | output.c | 539 xfclose (xfopen (full_m4sugar, "r")); in output_skeleton() 597 xfclose (out); in output_skeleton() 611 xfclose (in); in output_skeleton()
|
D | print_graph.c | 208 xfclose (fgraph); in print_graph()
|
D | files.c | 124 xfclose (FILE *ptr) in xfclose() function
|
D | scan-skel.c | 1090 xfclose (skel_out); 2397 xfclose (skel_out); in at_directive_perform()
|
D | print-xml.c | 537 xfclose (out); in print_xml()
|
D | print.c | 528 xfclose (out); in print_results()
|
D | reader.c | 629 xfclose (gram_in); in reader()
|
/external/bison/ |
D | ChangeLog-2012 | 14123 * 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.
|