Searched refs:xfopen (Results 1 – 11 of 11) sorted by relevance
/external/bison/src/ |
D | files.h | 68 FILE *xfopen (const char *name, const char *mode);
|
D | print_graph.c | 198 FILE *fgraph = xfopen (spec_graph_file, "w"); in print_graph()
|
D | scan-skel.l | 281 yyout = xfopen (*outnamep, "w");
|
D | files.c | 107 xfopen (const char *name, const char *mode) in xfopen() function
|
D | print.c | 506 FILE *out = xfopen (spec_verbose_file, "w"); in print_results()
|
D | print-xml.c | 502 FILE *out = xfopen (spec_xml_file, "w"); in print_xml()
|
D | reader.c | 618 gram_in = xfopen (grammar_file, "r"); in reader()
|
D | output.c | 539 xfclose (xfopen (full_m4sugar, "r")); in output_skeleton()
|
D | scan-skel.c | 2401 skel_out = xfopen (*outnamep, "w"); in at_directive_perform()
|
/external/genext2fs/ |
D | genext2fs.c | 726 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/ |
D | ChangeLog-2012 | 10912 * 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.
|