Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/lib/cbprintf_fp/src/
Dmain.c34 #define PRINT(...) fprintfcb(stdout, __VA_ARGS__)
/Zephyr-Core-2.7.6/tests/lib/cbprintf_fp/
DKconfig21 bool "Emit with fprintfcb"
/Zephyr-Core-2.7.6/include/sys/
Dcbprintf.h368 int fprintfcb(FILE * stream, const char *format, ...);
/Zephyr-Core-2.7.6/lib/os/
Dcbprintf.c51 int fprintfcb(FILE *stream, const char *format, ...) in fprintfcb() function