Searched refs:vfprintf_l (Results 1 – 7 of 7) sorted by relevance
| /src/lib/libc/stdio/ |
| H A D | fprintf.c | 51 ret = vfprintf_l(fp, __get_locale(), fmt, ap); in fprintf() 63 ret = vfprintf_l(fp, locale, fmt, ap); in fprintf_l()
|
| H A D | vprintf.c | 51 return (vfprintf_l(stdout, locale, fmt, ap)); in vprintf_l()
|
| H A D | printf.c | 62 ret = vfprintf_l(stdout, locale, fmt, ap); in printf_l()
|
| H A D | Symbol.map | 123 vfprintf_l;
|
| H A D | Makefile.inc | 105 printf_l.3 vfprintf_l.3 \
|
| H A D | vfprintf.c | 268 vfprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt0, in vfprintf_l() function 288 return vfprintf_l(fp, __get_locale(), fmt0, ap); in vfprintf()
|
| /src/include/xlocale/ |
| H A D | _stdio.h | 46 int vfprintf_l(FILE * __restrict, locale_t, const char * __restrict,
|