Searched refs:__stdio_close (Results 1 – 8 of 8) sorted by relevance
4 int __stdio_close(FILE* f) { in __stdio_close() function
12 .close = __stdio_close,
11 .close = __stdio_close,
18 f->close = __stdio_close; in __fopen_rb_ca()
59 f->close = __stdio_close; in __fdopen()
57 int __stdio_close(FILE*) ATTR_LIBC_VISIBILITY;
638 $(LOCAL_DIR)/src/stdio/__stdio_close.c \
Completed in 8 milliseconds