Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dstdio.h384 static int __nolibc_fprintf_cb(intptr_t state, const char *buf, size_t size) in __nolibc_fprintf_cb() function
392 return __nolibc_printf(__nolibc_fprintf_cb, (intptr_t)stream, SIZE_MAX, fmt, args); in vfprintf()