Searched refs:vsprintf_l (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/lib/libc/stdio/ |
H A D | vsprintf.c | 49 vsprintf_l(char * __restrict str, locale_t locale, in vsprintf_l() function 66 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 | 138 vsprintf_l;
|
H A D | Makefile.inc | 109 printf_l.3 vsprintf_l.3
|
/dflybsd-src/include/xlocale/ |
H A D | _stdio.h | 51 int vsprintf_l(char * __restrict, locale_t, const char * __restrict,
|