Home
last modified time | relevance | path

Searched refs:sprintf_l (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dsprintf.c60 sprintf_l(char * __restrict str, locale_t locale, char const * __restrict fmt, in sprintf_l() function
H A DSymbol.map121 sprintf_l;
H A DMakefile.inc103 printf_l.3 sprintf_l.3 \
/freebsd/include/xlocale/
H A D_stdio.h42 int sprintf_l(char * __restrict, locale_t, const char * __restrict, ...)
/freebsd/lib/libc/stdtime/
H A Dstrftime.c307 (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()