Home
last modified time | relevance | path

Searched defs:snprintfcb (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/lib/os/
Dcbprintf.c85 int snprintfcb(char *str, size_t size, const char *format, ...) in snprintfcb() function
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dcbprintf.h827 #define snprintfcb(str, size, ...) snprintf(str, size, __VA_ARGS__) macro