Searched refs:libc_stdio_write (Results 1 – 6 of 6) sorted by relevance
21 int libc_stdio_write(const void *buffer, size_t size);
33 return libc_stdio_write((void*)buf, len); in __write()
54 int libc_stdio_write(const void *buffer, size_t size) in libc_stdio_write() function
20 int libc_stdio_write(const void *buffer, size_t size);
63 int libc_stdio_write(const void *buffer, size_t size) in libc_stdio_write() function
184 size = libc_stdio_write(buf, len); in _sys_write()