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

/freebsd-12-stable/lib/libc/stdio/
H A Dswprintf.c62 ret = vswprintf_l(s, n, locale, fmt, ap);
H A Dvswprintf.c52 vswprintf_l(wchar_t * __restrict s, size_t n, locale_t locale, function
115 return vswprintf_l(s, n, __get_locale(), fmt, ap);
/freebsd-12-stable/include/xlocale/
H A D_wchar.h90 int vswprintf_l(wchar_t * __restrict, size_t n, locale_t,

Completed in 112 milliseconds