Searched refs:__stdio_read (Results 1 – 6 of 6) sorted by relevance
9 .read = __stdio_read,
16 f->read = __stdio_read; in __fopen_rb_ca()
4 size_t __stdio_read(FILE* f, unsigned char* buf, size_t len) { in __stdio_read() function
56 f->read = __stdio_read; in __fdopen()
53 size_t __stdio_read(FILE*, unsigned char*, size_t) ATTR_LIBC_VISIBILITY;
640 $(LOCAL_DIR)/src/stdio/__stdio_read.c \
Completed in 6 milliseconds