Searched refs:__stdio_read (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dstdin.c9 .read = __stdio_read,
H A D__fopen_rb_ca.c16 f->read = __stdio_read;
H A D__stdio_read.c4 size_t __stdio_read(FILE* f, unsigned char* buf, size_t len) { function
H A D__fdopen.c56 f->read = __stdio_read;
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dstdio_impl.h53 size_t __stdio_read(FILE*, unsigned char*, size_t) ATTR_LIBC_VISIBILITY;
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk640 $(LOCAL_DIR)/src/stdio/__stdio_read.c \

Completed in 85 milliseconds