Searched refs:__nolibc_printf (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | stdio.h | 308 * - with (NULL, 0) at the end of the __nolibc_printf. in __nolibc_printf() 309 * If the callback returns non-zero __nolibc_printf() immediately returns -1. in __nolibc_printf() 339 int __nolibc_printf(__nolibc_printf_cb cb, void *state, const char *fmt, va_list args) in __nolibc_printf() 658 return __nolibc_printf(__nolibc_fprintf_cb, stream, fmt, args); 739 /* __nolibc_printf() ends with cb(state, NULL, 0) to request the output 763 return __nolibc_printf(__nolibc_sprintf_cb, &state, fmt, args); 251 int __nolibc_printf(__nolibc_printf_cb cb, intptr_t state, size_t n, const char *fmt, va_list args) __nolibc_printf() function
|