Home
last modified time | relevance | path

Searched refs:libc_stdio_write (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Dlibc.h21 int libc_stdio_write(const void *buffer, size_t size);
H A Dsyscall_write.c33 return libc_stdio_write((void*)buf, len); in __write()
H A Dstdio.c54 int libc_stdio_write(const void *buffer, size_t size) in libc_stdio_write() function
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dlibc.h20 int libc_stdio_write(const void *buffer, size_t size);
H A Dstdio.c63 int libc_stdio_write(const void *buffer, size_t size) in libc_stdio_write() function
H A Dstubs.c184 size = libc_stdio_write(buf, len); in _sys_write()