Searched refs:xfopen (Results 1 – 10 of 10) sorted by relevance
/external/bison/src/ |
D | files.h | 65 FILE *xfopen (const char *name, const char *mode);
|
D | scan-skel.l | 93 yyout = xfopen (outname, "w");
|
D | print_graph.c | 201 fgraph = xfopen (spec_graph_file, "w"); in print_graph()
|
D | files.c | 106 xfopen (const char *name, const char *mode) in xfopen() function
|
D | reader.c | 510 gram_in = xfopen (grammar_file, "r"); in reader()
|
D | output.c | 529 xfclose (xfopen (full_m4sugar, "r")); in output_skeleton()
|
D | print.c | 551 FILE *out = xfopen (spec_verbose_file, "w"); in print_results()
|
D | scan-skel.c | 987 skel_out = xfopen (outname, "w");
|
/external/genext2fs/ |
D | genext2fs.c | 726 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/ |
D | ChangeLog | 2651 * 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.
|