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

/freebsd-12-stable/lib/libc/locale/
H A Dmbtowc.c43 mbtowc_l(wchar_t * __restrict pwc, const char * __restrict s, size_t n, locale_t locale) function
68 return mbtowc_l(pwc, s, n, __get_locale());
/freebsd-12-stable/include/xlocale/
H A D_stdlib.h46 int mbtowc_l(wchar_t * __restrict,
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_defaults.h28 #define __libcpp_mbtowc_l(pwc, pmb, max, l) mbtowc_l(pwc, pmb, max, l)

Completed in 109 milliseconds