Home
last modified time | relevance | path

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

/Zephyr-latest/lib/os/
Dcbprintf.c57 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/
Dcbprintf.h824 #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/
Dpicolibc.rst113 * fprintfcb, vfprintfcb, printfcb, vprintfcb, snprintfcb and vsnprintfcb