Searched refs:vsprintf_l (Results 1 – 5 of 5) sorted by relevance
| /freebsd/lib/libc/stdio/ |
| H A D | vsprintf.c | 49 vsprintf_l(char * __restrict str, locale_t locale, in vsprintf_l() function 67 return vsprintf_l(str, __get_locale(), fmt, ap); in vsprintf()
|
| H A D | sprintf.c | 68 ret = vsprintf_l(str, locale, fmt, ap); in sprintf_l()
|
| H A D | Symbol.map | 127 vsprintf_l;
|
| H A D | Makefile.inc | 108 printf_l.3 vsprintf_l.3
|
| /freebsd/include/xlocale/ |
| H A D | _stdio.h | 50 int vsprintf_l(char * __restrict, locale_t, const char * __restrict,
|