Searched refs:vsnprintf (Results 1 – 4 of 4) sorted by relevance
16 wrapper_func vsnprintf
35 pico_wrap_function(${TARGET} vsnprintf)
912 int WRAPPER_FUNC(vsnprintf)(char *buffer, size_t count, const char *format, va_list va) { in WRAPPER_FUNC() argument
33 vsnprintf(error_msg, sizeof(error_msg), format, args); in fail()