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

/freebsd-11-stable/lib/libc/stdio/
H A Dswprintf.c60 ret = vswprintf_l(s, n, locale, fmt, ap);
H A Dvswprintf.c50 vswprintf_l(wchar_t * __restrict s, size_t n, locale_t locale, function
113 return vswprintf_l(s, n, __get_locale(), fmt, ap);
/freebsd-11-stable/include/xlocale/
H A D_wchar.h88 int vswprintf_l(wchar_t * __restrict, size_t n, locale_t,

Completed in 86 milliseconds