Home
last modified time | relevance | path

Searched full:fprintfcb (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/lib/cbprintf_fp/src/
Dmain.c33 #define PRINT_S "fprintfcb"
34 #define PRINT(...) fprintfcb(stdout, __VA_ARGS__)
/Zephyr-latest/tests/lib/cbprintf_fp/
Dtestcase.yaml68 libraries.cbprintf.fp.fprintfcb:
75 - "Hello with fprintfcb"
DKconfig21 bool "Emit with fprintfcb"
/Zephyr-latest/lib/os/
Dcbprintf.c51 int fprintfcb(FILE *stream, const char *format, ...) in fprintfcb() function
/Zephyr-latest/doc/develop/languages/c/
Dpicolibc.rst113 * fprintfcb, vfprintfcb, printfcb, vprintfcb, snprintfcb and vsnprintfcb
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h823 #define fprintfcb(stream, ...) fprintf(stream, __VA_ARGS__) macro
851 int fprintfcb(FILE * stream, const char *format, ...);