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

/external/syslinux/com32/lib/
H A Dfclose.c2 * fclose.c
8 int fclose(FILE * __f) function
/external/syslinux/gpxe/src/crypto/axtls/
H A Dos_port.h50 static inline int fclose ( FILE *stream __unused ) { function
/external/curl/lib/
H A Dmemdebug.h150 #define fclose(file) curl_fclose(file,__LINE__,__FILE__) macro
/external/valgrind/coregrind/
H A Dm_libcprint.c356 void VG_(fclose)( VgFile *fp ) function
/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/fmtlib/test/
H A Dposix-mock-test.cc187 int test::fclose(FILE *stream) { function in class:test
188 EMULATE_EINTR(fclose, EOF);
189 return ::fclose(stream);

Completed in 205 milliseconds