Home | History | Annotate | Download | only in Include

Lines Matching refs:vswprintf

44       int       vswprintf (wchar_t * __restrict s,  size_t n,

764 The vswprintf function is equivalent to swprintf, with the variable
766 va_start macro (and possibly subsequent va_arg calls). The vswprintf
778 @return The vswprintf function returns the number of wide characters
783 int vswprintf(wchar_t * __restrict S, size_t N, const wchar_t * __restrict Format, va_list Args);