Searched refs:wout (Results 1 – 3 of 3) sorted by relevance
254 wchar_t *wout = NULL; in vfprintf_utf8() local260 if (!(wout = wchar_from_utf8(utmp))) { in vfprintf_utf8()264 ret = wprint_console(stream, wout, wcslen(wout)); in vfprintf_utf8()268 free(wout); in vfprintf_utf8()
4232 wchar_t wout; in checked_string_to_char_convert() local4233 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert()4236 if ((res = __libcpp_wctob_l(wout, __loc)) != char_traits<char>::eof()) { in checked_string_to_char_convert()4242 switch (wout) { in checked_string_to_char_convert()
4407 wchar_t wout; in checked_string_to_char_convert() local4408 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert()4411 if ((res = __libcpp_wctob_l(wout, __loc)) != char_traits<char>::eof()) { in checked_string_to_char_convert()4417 switch (wout) { in checked_string_to_char_convert()