Searched defs:fclose (Results 1 - 4 of 4) sorted by path

/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/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/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dexample.js120 function fclose(e) { function
122 postCall('fclose', filehandle, function(filehandle) {
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h231 /// int fclose(FILE *stream);
232 fclose, enumerator in enum:llvm::LibFunc::Func

Completed in 1464 milliseconds