Searched refs:wctob_l (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libc/locale/
H A Dwctob.c43 wctob_l(wint_t c, locale_t locale) function
57 return wctob_l(c, __get_locale());
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_defaults.h23 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc)
/freebsd-12-stable/include/xlocale/
H A D_wchar.h109 int wctob_l(wint_t, locale_t);

Completed in 58 milliseconds