Searched refs:sprintf_l (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | sprintf.c | 60 sprintf_l(char * __restrict str, locale_t locale, char const * __restrict fmt, in sprintf_l() function
|
H A D | Symbol.map | 121 sprintf_l;
|
H A D | Makefile.inc | 103 printf_l.3 sprintf_l.3 \
|
/freebsd/include/xlocale/ |
H A D | _stdio.h | 42 int sprintf_l(char * __restrict, locale_t, const char * __restrict, ...)
|
/freebsd/lib/libc/stdtime/ |
H A D | strftime.c | 307 (void) sprintf_l(buf, loc, "%ld", in _fmt() 309 else (void) sprintf_l(buf, loc, "%lu", in _fmt() 580 (void) sprintf_l(buf, loc, format, n); in _conv()
|