Searched refs:vsprintf_l (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/lib/libc/stdio/ |
| 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()
|
| D | Makefile.inc | 72 printf_l.3 vsprintf_l.3
|
| /netbsd/src/include/ |
| D | stdio.h | 569 int vsprintf_l(char * __restrict, locale_t, const char * __restrict,
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 792 #define vsprintf_l _vsprintf_l macro
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 11274 ./usr/share/man/cat3/vsprintf_l.0 comp-c-catman .cat 19783 ./usr/share/man/html3/vsprintf_l.html comp-c-htmlman html 28360 ./usr/share/man/man3/vsprintf_l.3 comp-c-man .man
|