Searched refs:libc_stdio_read (Results 1 – 6 of 6) sorted by relevance
20 int libc_stdio_read (void *buffer, size_t size);
28 return libc_stdio_read(buf, len); in __read()
49 int libc_stdio_read(void *buffer, size_t size) in libc_stdio_read() function
19 int libc_stdio_read (void *buffer, size_t size);
145 size = libc_stdio_read(buf, len); in _sys_read()325 if (libc_stdio_read(&ch, 1) == 1) in fgetc()
50 int libc_stdio_read(void *buffer, size_t size) in libc_stdio_read() function