Searched refs:wcscoll_l (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | wcscoll.c | 42 wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t locale) in wcscoll_l() function 225 return wcscoll_l(ws1, ws2, __get_locale()); in wcscoll()
|
H A D | strcoll.c | 100 ret = wcscoll_l(w1, w2, locale); in strcoll_l()
|
/freebsd/lib/libc/locale/ |
H A D | Symbol.map | 124 wcscoll_l;
|
/freebsd/include/xlocale/ |
H A D | _wchar.h | 42 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | win32.h | 207 #define wcscoll_l _wcscoll_l macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3250 fun:wcscoll_l=uninstrumented
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 672 int r = wcscoll_l(lhs.c_str(), rhs.c_str(), __l_); in do_compare()
|