| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_acl.c | 49 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t)) macro 1214 && wmemcmp((s + 1), L"efault", 6) == 0))) { in archive_acl_from_text_w() 1238 && wmemcmp(st, L"ser", 3) == 0)) in archive_acl_from_text_w() 1243 && wmemcmp(st, L"roup", 4) == 0)) in archive_acl_from_text_w() 1248 && wmemcmp(st, L"ther", 4) == 0)) in archive_acl_from_text_w() 1253 && wmemcmp(st, L"ask", 3) == 0)) in archive_acl_from_text_w() 1311 if (wmemcmp(s, L"user", 4) == 0) in archive_acl_from_text_w() 1315 if (wmemcmp(s, L"group", 5) == 0) in archive_acl_from_text_w() 1319 if (wmemcmp(s, L"owner@", 6) == 0) in archive_acl_from_text_w() 1321 else if (wmemcmp(s, L"group@", len) == 0) in archive_acl_from_text_w() [all …]
|
| D | archive_entry.c | 145 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t)) macro 2098 && wmemcmp(start, flag->wname, length) == 0) { in ae_wcstofflags() 2104 && wmemcmp(start, flag->wname + 2, length) == 0) { in ae_wcstofflags()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/locale/ |
| 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-12-stable/lib/libc/tests/locale/ |
| D | mbsnrtowcs_test.c | 77 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY() 88 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
|
| D | mbstowcs_test.c | 69 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
|
| D | mbsrtowcs_test.c | 79 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
|
| /freebsd-12-stable/lib/libc/string/ |
| D | wmemcmp.c | 42 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp() function
|
| D | Makefile.inc | 27 wmemcmp.c \ 101 wmemchr.3 wmemcmp.3 \
|
| D | Symbol.map | 74 wmemcmp;
|
| /freebsd-12-stable/contrib/libstdc++/include/c_std/ |
| D | std_cwchar.h | 135 #undef wmemcmp 201 using ::wmemcmp;
|
| /freebsd-12-stable/contrib/libstdc++/include/c_compatibility/ |
| D | wchar.h | 100 using std::wmemcmp;
|
| /freebsd-12-stable/contrib/nvi/common/ |
| D | multibyte.h | 104 #define MEMCMP wmemcmp
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | cwchar | 84 int wmemcmp(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 164 using ::wmemcmp _LIBCPP_USING_IF_EXISTS;
|
| D | __string | 487 return _VSTD::wmemcmp(__s1, __s2, __n);
|
| /freebsd-12-stable/include/ |
| D | wchar.h | 172 int wmemcmp(const wchar_t *, const wchar_t *, size_t) __pure;
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | cfns.gperf | 225 wmemcmp
|
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | char_traits.h | 324 { return wmemcmp(__s1, __s2, __n); }
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-1998 | 869 * string/wmemcmp.c: New file.
|
| D | acinclude.m4 | 1923 using ::wmemcmp;
|
| D | ChangeLog-1999 | 2008 definitions, so that wmemcmp, wcslen, wmemchr, etc are properly
|
| D | configure | 7099 using ::wmemcmp;
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | Builtins.def | 1051 LIBBUILTIN(wmemcmp, "iwC*wC*z", "f", "wchar.h", ALL_LANGUAGES)
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 3295 fun:wmemcmp=uninstrumented
|