Lines Matching refs:vsprintf
35 int vsprintf (char * __restrict,
1030 The vsprintf function is equivalent to sprintf, with the variable argument
1032 macro. The vsprintf function does not invoke the va_end macro.
1044 @return The vsprintf function returns the number of characters written in
1048 int vsprintf(char * __restrict Buff, const char * __restrict Format, va_list Args);