vsprintf_l
int vsprintf_l(char * __restrict, locale_t, const char * __restrict,
ret = vsprintf_l(str, locale, fmt, ap);
return vsprintf_l(str, __get_locale(), fmt, ap);