Searched refs:vfprintf_l (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/lib/libc/stdio/ |
| D | vfprintf.c | 5 __weak_alias(vfprintf_l, _vfprintf_l)
|
| D | vprintf.c | 63 return vfprintf_l(stdout, loc, fmt, ap); in vprintf_l()
|
| D | printf.c | 71 ret = vfprintf_l(stdout, loc, fmt, ap); in printf_l()
|
| D | fprintf.c | 71 ret = vfprintf_l(fp, loc, fmt, ap); in __weak_alias()
|
| D | vdprintf.c | 105 if ((ret = vfprintf_l(&f, loc, fmt, ap)) < 0) in __weak_alias()
|
| D | Makefile.inc | 71 vfprintf_l.3 printf_l.3 vprintf_l.3 printf_l.3 vsnprintf_l.3 \
|
| /netbsd/src/include/ |
| D | stdio.h | 547 int vfprintf_l(FILE * __restrict, locale_t, const char * __restrict,
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 784 #define vfprintf_l _vfprintf_l macro
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 11258 ./usr/share/man/cat3/vfprintf_l.0 comp-c-catman .cat 19768 ./usr/share/man/html3/vfprintf_l.html comp-c-htmlman html 28344 ./usr/share/man/man3/vfprintf_l.3 comp-c-man .man
|