Home
last modified time | relevance | path

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

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