Searched refs:vswprintf (Results 1 – 4 of 4) sorted by relevance
8 ret = vswprintf(s, n, fmt, ap); in swprintf()
29 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict fmt, va_list ap) { in vswprintf() function
109 int vswprintf(wchar_t* __restrict, size_t, const wchar_t* __restrict, __isoc_va_list);
739 $(LOCAL_DIR)/src/stdio/vswprintf.c \
Completed in 5 milliseconds