/freebsd/contrib/netbsd-tests/lib/libc/locale/ |
H A D | t_mbsnrtowcs.c | 83 ATF_REQUIRE(wmemcmp(t->output1, buf, len) == 0); in ATF_TC_BODY() 87 ATF_REQUIRE(wmemcmp(t->output2, buf, len + 1) == 0); in ATF_TC_BODY()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_acl.c | 48 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t)) macro 1213 && wmemcmp((s + 1), L"efault", 6) == 0))) { in archive_acl_from_text_w() 1237 && wmemcmp(st, L"ser", 3) == 0)) in archive_acl_from_text_w() 1242 && wmemcmp(st, L"roup", 4) == 0)) in archive_acl_from_text_w() 1247 && wmemcmp(st, L"ther", 4) == 0)) in archive_acl_from_text_w() 1252 && wmemcmp(st, L"ask", 3) == 0)) in archive_acl_from_text_w() 1310 if (wmemcmp(s, L"user", 4) == 0) in archive_acl_from_text_w() 1314 if (wmemcmp(s, L"group", 5) == 0) in archive_acl_from_text_w() 1318 if (wmemcmp(s, L"owner@", 6) == 0) in archive_acl_from_text_w() 1320 else if (wmemcmp(s, L"group@", len) == 0) in archive_acl_from_text_w() [all …]
|
H A D | archive_entry.c | 144 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t)) macro 2232 && wmemcmp(start, flag->wname, length) == 0) { in ae_wcstofflags() 2238 && wmemcmp(start, flag->wname + 2, length) == 0) { in ae_wcstofflags()
|
/freebsd/lib/libc/string/ |
H A D | wmemcmp.c | 40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp() function
|
H A D | Makefile.inc | 28 wmemcmp.c \ 115 wmemchr.3 wmemcmp.3 \
|
H A D | Symbol.map | 70 wmemcmp;
|
/freebsd/lib/libc/tests/locale/ |
H A D | mbsnrtowcs_test.c | 74 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY() 85 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
|
H A D | mbstowcs_test.c | 66 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
|
H A D | mbsrtowcs_test.c | 76 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 84 int wmemcmp(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 178 using ::wmemcmp _LIBCPP_USING_IF_EXISTS; 220 return std::wmemcmp(__lhs, __rhs, __count);
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 104 #define MEMCMP wmemcmp
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 65 using ::wmemcmp _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 65 using std::wmemcmp _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 177 int wmemcmp(const wchar_t *, const wchar_t *, size_t) __pure;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 934 SYMBOL(wmemcmp, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3262 SYMBOL(wmemcmp, std::, <cwchar>) 3263 SYMBOL(wmemcmp, None, <cwchar>) 3264 SYMBOL(wmemcmp, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3301 fun:wmemcmp=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 3116 let Spellings = ["wmemcmp"];
|