Searched refs:vsprintf_l (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | vsprintf.c | 52 vsprintf_l(char * __restrict str, locale_t locale, in vsprintf_l() function 69 return vsprintf_l(str, __get_locale(), fmt, ap); in vsprintf()
|
| H A D | sprintf.c | 72 ret = vsprintf_l(str, locale, fmt, ap); in sprintf_l()
|
| H A D | Symbol.map | 133 vsprintf_l;
|
| H A D | Makefile.inc | 79 printf_l.3 vprintf_l.3 printf_l.3 vsnprintf_l.3 printf_l.3 vsprintf_l.3
|
| /freebsd-13.1/include/xlocale/ |
| H A D | _stdio.h | 52 int vsprintf_l(char * __restrict, locale_t, const char * __restrict,
|