Searched refs:vsprintf (Results 1 – 4 of 4) sorted by relevance
4 int vsprintf(char* restrict s, const char* restrict fmt, va_list ap) { in vsprintf() function
8 ret = vsprintf(s, fmt, ap); in sprintf()
105 int vsprintf(char* __restrict, const char* __restrict, __isoc_va_list) __printflike(2, 0);
737 $(LOCAL_DIR)/src/stdio/vsprintf.c \
Completed in 5 milliseconds