Searched refs:vswprintf_l (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | vswprintf.c | 46 vswprintf_l(wchar_t * __restrict s, size_t n, locale_t locale, in vswprintf_l() function 109 return vswprintf_l(s, n, __get_locale(), fmt, ap); in vswprintf()
|
| H A D | swprintf.c | 59 ret = vswprintf_l(s, n, locale, fmt, ap); in swprintf_l()
|
| H A D | Symbol.map | 130 vswprintf_l;
|
| /freebsd-14.2/include/xlocale/ |
| H A D | _wchar.h | 87 int vswprintf_l(wchar_t * __restrict, size_t n, locale_t,
|