Searched refs:__wc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_fallbacks.h56 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) argument
59 return wcrtomb(__s, __wc, __ps);
/freebsd-13-stable/include/xlocale/
H A D_ctype.h175 int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l);
177 wint_t towctrans_l(wint_t __wc, wctrans_t desc, locale_t __l);
178 wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);

Completed in 43 milliseconds