Searched refs:vswprintf_l (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/lib/libc/stdio/
H A Dswprintf.c59 ret = vswprintf_l(s, n, locale, fmt, ap);
H A Dvswprintf.c46 vswprintf_l(wchar_t * __restrict s, size_t n, locale_t locale, function
109 return vswprintf_l(s, n, __get_locale(), fmt, ap);
/freebsd-current/include/xlocale/
H A D_wchar.h87 int vswprintf_l(wchar_t * __restrict, size_t n, locale_t,

Completed in 117 milliseconds