HomeSort by: relevance | last modified time | path
    Searched refs:vsprintf_l (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/stdio/
vsprintf.c 61 __weak_alias(vsprintf_l, _vsprintf_l)
64 vsprintf_l(char *str, locale_t loc, const char *fmt, va_list ap)
86 return vsprintf_l(str, _current_locale(), fmt, ap);
96 ret = vsprintf_l(str, loc, fmt, ap);
Makefile.inc 72 printf_l.3 vsprintf_l.3
  /src/include/
stdio.h 569 int vsprintf_l(char * __restrict, locale_t, const char * __restrict,
  /src/lib/libc/include/
namespace.h 792 #define vsprintf_l _vsprintf_l macro

Completed in 14 milliseconds