Searched refs:sprintf_l (Results 1 – 5 of 5) sorted by relevance
| /src/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 | 120 sprintf_l;
|
| H A D | Makefile.inc | 103 printf_l.3 sprintf_l.3 \
|
| /src/include/xlocale/ |
| H A D | _stdio.h | 42 int sprintf_l(char * __restrict, locale_t, const char * __restrict, ...)
|
| /src/lib/libc/stdtime/ |
| H A D | strftime.c | 309 (void) sprintf_l(buf, loc, "%ld", in _fmt() 311 else (void) sprintf_l(buf, loc, "%lu", in _fmt() 582 (void) sprintf_l(buf, loc, format, n); in _conv()
|