Searched refs:fprintf_l (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | fprintf.c | 56 fprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt, ...) in fprintf_l() function
|
H A D | Symbol.map | 117 fprintf_l;
|
H A D | Makefile.inc | 101 printf_l.3 fprintf_l.3 \
|
/freebsd/include/xlocale/ |
H A D | _stdio.h | 34 int fprintf_l(FILE * __restrict, locale_t, const char * __restrict, ...)
|
/freebsd/lib/libc/stdtime/ |
H A D | strftime.c | 87 (void) fprintf_l(stderr, loc, "\n"); in strftime_l() 90 else (void) fprintf_l(stderr, loc, "strftime format \"%s\" ", in strftime_l()
|