Searched refs:vfprintfcb (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/lib/os/ |
D | cbprintf.c | 57 rc = vfprintfcb(stream, format, ap); in fprintfcb() 63 int vfprintfcb(FILE *stream, const char *format, va_list ap) in vfprintfcb() function
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 824 #define vfprintfcb(stream, format, ap) vfprintf(stream, format, ap) macro 870 int vfprintfcb(FILE *stream, const char *format, va_list ap);
|
/Zephyr-latest/doc/develop/languages/c/ |
D | picolibc.rst | 113 * fprintfcb, vfprintfcb, printfcb, vprintfcb, snprintfcb and vsnprintfcb
|