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

/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
H A Dexample.js91 function fclose(e) { function
93 nacl_module.postMessage(makeCall('fclose', filehandle));
/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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h208 /// int fclose(FILE *stream);
209 fclose, enumerator in enum:llvm::LibFunc::Func

Completed in 308 milliseconds