Searched defs:snprintfcb (Results 1 – 2 of 2) sorted by relevance
85 int snprintfcb(char *str, size_t size, const char *format, ...) in snprintfcb() function
827 #define snprintfcb(str, size, ...) snprintf(str, size, __VA_ARGS__) macro