Home
last modified time | relevance | path

Searched refs:wmemcmp (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbsnrtowcs.c83 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 Darchive_acl.c48 #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 Darchive_entry.c144 #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 Dwmemcmp.c40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp() function
H A DMakefile.inc28 wmemcmp.c \
115 wmemchr.3 wmemcmp.3 \
H A DSymbol.map70 wmemcmp;
/freebsd/lib/libc/tests/locale/
H A Dmbsnrtowcs_test.c74 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 Dmbstowcs_test.c66 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
H A Dmbsrtowcs_test.c76 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar84 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 Dmultibyte.h104 #define MEMCMP wmemcmp
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc65 using ::wmemcmp _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.cppm
H A Dcwchar.inc65 using std::wmemcmp _LIBCPP_USING_IF_EXISTS;
/freebsd/include/
H A Dwchar.h177 int wmemcmp(const wchar_t *, const wchar_t *, size_t) __pure;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc934 SYMBOL(wmemcmp, None, <wchar.h>)
H A DStdSymbolMap.inc3262 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 Dlibc_ubuntu1404_abilist.txt3301 fun:wmemcmp=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3116 let Spellings = ["wmemcmp"];