Searched refs:vfprintf_l (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | fprintf.c | 57 ret = vfprintf_l(fp, __get_locale(), fmt, ap); in fprintf() 69 ret = vfprintf_l(fp, locale, fmt, ap); in fprintf_l()
|
| H A D | vprintf.c | 57 return (vfprintf_l(stdout, locale, fmt, ap)); in vprintf_l()
|
| H A D | printf.c | 68 ret = vfprintf_l(stdout, locale, fmt, ap); in printf_l()
|
| H A D | Symbol.map | 129 vfprintf_l;
|
| H A D | Makefile.inc | 78 printf_l.3 sprintf_l.3 printf_l.3 vasprintf_l.3 printf_l.3 vfprintf_l.3 \
|
| H A D | vfprintf.c | 273 vfprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt0, in vfprintf_l() function 292 return vfprintf_l(fp, __get_locale(), fmt0, ap); in vfprintf()
|
| /freebsd-13.1/include/xlocale/ |
| H A D | _stdio.h | 48 int vfprintf_l(FILE * __restrict, locale_t, const char * __restrict,
|