HomeSort by relevance Sort by last modified time
    Searched defs:fclose (Results 1 - 5 of 5) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fclose.c 34 static char sccsid[] = "@(#)fclose.c 8.1 (Berkeley) 6/4/93";
49 fclose(FILE *fp) function
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
example.js 91 function fclose(e) { function
93 nacl_module.postMessage(makeCall('fclose', filehandle));
  /external/bison/darwin-lib/
stdio.h 475 # 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 for portable POSIX compliance")
    [all...]
  /external/bison/linux-lib/
stdio.h 475 # 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 for portable POSIX compliance")
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 208 /// int fclose(FILE *stream);
209 fclose, enumerator in enum:llvm::LibFunc::Func

Completed in 1099 milliseconds