Searched refs:vsprintf_l (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/lib/libc/stdio/ |
H A D | vsprintf.c | 61 __weak_alias(vsprintf_l, _vsprintf_l) in __weak_alias() 64 vsprintf_l(char *str, locale_t loc, const char *fmt, va_list ap) in __weak_alias() 86 return vsprintf_l(str, _current_locale(), fmt, ap); in vsprintf() 96 ret = vsprintf_l(str, loc, fmt, ap); in sprintf_l()
|
H A D | Makefile.inc | 72 printf_l.3 vsprintf_l.3
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/win32/ |
H A D | locale_win32.h | 267 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ ) macro
|
/netbsd-src/include/ |
H A D | stdio.h | 569 int vsprintf_l(char * __restrict, locale_t, const char * __restrict,
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 790 #define vsprintf_l _vsprintf_l 782 #define vsprintf_l _vsprintf_l global() macro
|