Searched refs:__stdio_READ (Results 1 – 5 of 5) sorted by relevance
24 size_t attribute_hidden __stdio_READ(register FILE *stream, in __stdio_READ() function
36 rv = __stdio_READ(stream, stream->__bufstart, in __stdio_rfill()
66 if (__stdio_READ(stream, &uc, 1)) { in __fgetc_unlocked()
68 while ((avail = __stdio_READ(stream, buffer, todo)) > 0) { in fread_unlocked()
306 extern size_t __stdio_READ(FILE *stream, unsigned char *buf,
Completed in 9 milliseconds