Home
last modified time | relevance | path

Searched refs:__libcpp_wcrtomb_l (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_defaults.h25 #define __libcpp_wcrtomb_l(src, wc, ps, loc) wcrtomb_l(src, wc, ps, loc) macro
H A D__bsd_locale_fallbacks.h56 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) in __libcpp_wcrtomb_l() function
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1567 n = __libcpp_wcrtomb_l(to_nxt, *frm, &save_state, __l); in do_out()
1584 n = __libcpp_wcrtomb_l(tmp, intern_type(), &st, __l); in do_out()
1673 size_t n = __libcpp_wcrtomb_l(tmp, intern_type(), &st, __l); in do_unshift()