Searched refs:fclose (Results 1 - 25 of 1242) sorted by path

1234567891011>>

/external/aac/libSYS/src/
H A DgenericStds.cpp376 INT FDKfclose(FDKFILE *fp) { return fclose((FILE*)fp);}
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3filestream.c415 fclose(fd);
/external/bison/
H A Dconfigure3234 return ferror (f) || fclose (f) != 0;
4926 return ferror (f) || fclose (f) != 0;
12660 return (fclose (fp) != 0);
12666 return (fclose (fp) != 0);
12670 return (fclose (fp) != 0);
15046 return (fclose (fp) != 0);
15052 return (fclose (fp) != 0);
15056 return (fclose (fp) != 0);
18638 if (fflush (fp) || fclose (fp))
23170 return (fclose (f
[all...]
/external/bison/darwin-lib/
H A Dstdio.h475 # define fclose rpl_fclose
477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
482 _GL_CXXALIASWARN (fclose);
484 # undef fclose macro
485 /* Assume fclose is always declared. */
486 _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - "
487 "use gnulib module fclose fo
[all...]
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc2083 fclose (yyin);
/external/bison/lib/
H A Dbitset_stats.c263 if (fclose (file) != 0)
288 if (fclose (file) != 0)
H A Dclose-stream.c1 /* Close a stream, with nicer error checking than fclose's.
44 the fclose(STREAM) could still fail (due e.g., to a disk full error)
60 const bool fclose_fail = (fclose (stream) != 0);
63 fclose failed, with one exception: ignore an fclose failure if
65 fclose failed with EBADF. That can happen when a program like cp
H A Dfopen-safer.c46 fclose (fp);
51 if (fclose (fp) != 0
H A Dgetopt.c563 if (__builtin_expect (fclose (fp) != EOF, 1))
H A Dlocalcharset.c236 fclose (fp);
H A Dstdio.in.h163 # define fclose rpl_fclose
165 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
166 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
168 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
170 _GL_CXXALIASWARN (fclose);
172 # undef fclose
173 /* Assume fclose is always declared. */
174 _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - "
175 "use gnulib module fclose fo
[all...]
/external/bison/linux-lib/
H A Dstdio.h475 # define fclose rpl_fclose
477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
482 _GL_CXXALIASWARN (fclose);
484 # undef fclose macro
485 /* Assume fclose is always declared. */
486 _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - "
487 "use gnulib module fclose fo
[all...]
/external/bison/src/
H A Dfiles.c133 if (fclose (ptr) != 0)
H A Dlocation.c157 fclose (caret_info.source);
/external/bison/tests/
H A Dtestsuite10763 fclose (input);
[all...]
/external/blktrace/
H A Dblkiomon.c250 fclose(binary.fp);
446 fclose(drvdata.fp);
H A Dblkparse.c315 fclose(dump_fp);
H A Dblkrawverify.c166 fclose(ifp);
249 fclose(ifp);
316 fclose(ofp);
H A Dblktrace.c1544 fclose(iop->ofp);
1568 fclose(iop->ofp);
1997 fclose(ofp);
2661 fclose(pfp);
/external/blktrace/btreplay/
H A Dbtrecord.c738 fclose(stream->ofp);
750 fclose(stream->vfp);
H A Dbtreplay.c646 fclose(fp);
/external/blktrace/btt/
H A Dbt_timeline.c74 fclose(msgs_ofp);
76 fclose(rngs_ofp);
78 fclose(avgs_ofp);
80 fclose(xavgs_ofp);
H A Ddevs.c92 fclose(dip->pit_fp);
H A Dmisc.c56 fclose(fip->ofp);
H A Doutput.c696 fclose(ofp);
709 fclose(ofp);

Completed in 6244 milliseconds

1234567891011>>