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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fclose.c 2 Implementation of fclose as declared in <stdio.h>.
43 NetBSD: fclose.c,v 1.16 2003/08/07 16:43:22 agc Exp
44 fclose.c 8.1 (Berkeley) 6/4/93
57 fclose(FILE *fp) function
  /bionic/tests/libs/
check_rtld_next_from_library.cpp 24 g_libc_fclose_ptr = dlsym(RTLD_NEXT, "fclose");
29 extern "C" int __attribute__((weak)) fclose(FILE*) { function
  /external/tensorflow/tensorflow/lite/
allocation.cc 37 std::unique_ptr<FILE, decltype(&fclose)> file(fopen(filename, "rb"), fclose); local
  /external/curl/lib/
memdebug.h 151 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__) macro
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 372 int fclose (FILE *f) function
  /bionic/libc/stdio/
stdio.cpp 313 fclose(fp);
437 // Poison this FILE so accesses after fclose will be obvious.
446 int fclose(FILE* fp) { function
  /bootable/recovery/recovery_ui/
screen_ui.cpp 1122 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(filename.c_str(), "re"), fclose); local
    [all...]

Completed in 462 milliseconds