Searched refs:wcscoll (Results 1 – 10 of 10) sorted by relevance
37 wcscoll(const wchar_t *s1, const wchar_t *s2) in wcscoll() function
41 return wcscoll(ws1, ws2); in wcscoll_l()
83 FUNCTION(wcscoll, int (*f)(const wchar_t*, const wchar_t*)); in wchar_h()
80 int wcscoll(const wchar_t* _Nonnull __lhs, const wchar_t* _Nonnull __rhs);
1138 wcscoll
1165 wcscoll;
508 "upstream-openbsd/lib/libc/locale/wcscoll.c",
1161 return wcscoll(s1, s2); in p_range_cmp()
11165 CALL(wcscoll)