Searched defs:FILE (Results 1 – 6 of 6) sorted by relevance
29 extern "C" int __attribute__((weak)) fclose(FILE*) { in fclose() argument
59 typedef struct __sFILE FILE; typedef
96 bool gwp_asan_write_malloc_leak_info(FILE*) { in gwp_asan_write_malloc_leak_info() argument
313 extern "C" int __sanitizer_malloc_info(int, FILE*) { in __sanitizer_malloc_info() argument
226 bool hooks_write_malloc_leak_info(FILE*) { in hooks_write_malloc_leak_info() argument
211 int _fwalk(int (*callback)(FILE*)) { in _fwalk()