Searched refs:__stdio_close (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A D__stdio_close.c4 int __stdio_close(FILE* f) { function
H A Dstdout.c12 .close = __stdio_close,
H A Dstdin.c11 .close = __stdio_close,
H A Dstderr.c12 .close = __stdio_close,
H A D__fopen_rb_ca.c18 f->close = __stdio_close;
H A D__fdopen.c59 f->close = __stdio_close;
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dstdio_impl.h57 int __stdio_close(FILE*) ATTR_LIBC_VISIBILITY;
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk638 $(LOCAL_DIR)/src/stdio/__stdio_close.c \

Completed in 88 milliseconds