Searched refs:wcscoll (Results 1 – 21 of 21) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | collcmp.c | 61 return (wcscoll(s1, s2)); in __wcollate_range_cmp()
|
/freebsd/lib/libc/string/ |
H A D | Makefile.inc | 24 wcschr.c wcscmp.c wcscoll.c wcscpy.c wcscspn.c wcsdup.c \ 54 wcscoll.3 wcstok.3 \
|
H A D | Symbol.map | 52 wcscoll;
|
H A D | wcscoll.c | 223 wcscoll(const wchar_t *ws1, const wchar_t *ws2) in wcscoll() function
|
/freebsd/lib/libc/tests/string/ |
H A D | wcscoll_test.c | 43 return (wcscoll(wa, wb)); in cmp()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 42 using ::wcscoll _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 42 using std::wcscoll _LIBCPP_USING_IF_EXISTS;
|
/freebsd/usr.bin/comm/ |
H A D | comm.c | 148 comp = wcscoll(tline1, tline2); in main()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 67 int wcscoll(const wchar_t* s1, const wchar_t* s2); 166 using ::wcscoll _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 152 int wcscoll(const wchar_t *, const wchar_t *);
|
/freebsd/usr.bin/uniq/ |
H A D | uniq.c | 198 comp = wcscoll(tthis, tprev); in main()
|
/freebsd/usr.bin/join/ |
H A D | join.c | 401 ret = wcscoll(w1, w2); in mbscoll()
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 597 return (wcscoll(*(Char *const *) p, *(Char *const *) q)); in compare()
|
H A D | glob.c | 162 return wcscoll(s1, s2); in globcharcoll()
|
/freebsd/usr.bin/sort/ |
H A D | bwstring.c | 178 ret = wcscoll(s1, s2); in wide_str_coll()
|
/freebsd/bin/sh/ |
H A D | expand.c | 146 return (wcscoll(s1, s2)); in collate_range_cmp()
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 1082 return (wcscoll(s1, s2)); in p_range_cmp()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 893 SYMBOL(wcscoll, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3137 SYMBOL(wcscoll, std::, <cwchar>) 3138 SYMBOL(wcscoll, None, <cwchar>) 3139 SYMBOL(wcscoll, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3249 fun:wcscoll=uninstrumented
|