Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_acl.c49 #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 …]
Darchive_entry.c145 #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/
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-12-stable/lib/libc/tests/locale/
Dmbsnrtowcs_test.c77 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()
Dmbstowcs_test.c69 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
Dmbsrtowcs_test.c79 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
/freebsd-12-stable/lib/libc/string/
Dwmemcmp.c42 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp() function
DMakefile.inc27 wmemcmp.c \
101 wmemchr.3 wmemcmp.3 \
DSymbol.map74 wmemcmp;
/freebsd-12-stable/contrib/libstdc++/include/c_std/
Dstd_cwchar.h135 #undef wmemcmp
201 using ::wmemcmp;
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
Dwchar.h100 using std::wmemcmp;
/freebsd-12-stable/contrib/nvi/common/
Dmultibyte.h104 #define MEMCMP wmemcmp
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dcwchar84 int wmemcmp(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
164 using ::wmemcmp _LIBCPP_USING_IF_EXISTS;
D__string487 return _VSTD::wmemcmp(__s1, __s2, __n);
/freebsd-12-stable/include/
Dwchar.h172 int wmemcmp(const wchar_t *, const wchar_t *, size_t) __pure;
/freebsd-12-stable/contrib/gcc/cp/
Dcfns.gperf225 wmemcmp
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dchar_traits.h324 { return wmemcmp(__s1, __s2, __n); }
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-1998869 * string/wmemcmp.c: New file.
Dacinclude.m41923 using ::wmemcmp;
DChangeLog-19992008 definitions, so that wmemcmp, wcslen, wmemchr, etc are properly
Dconfigure7099 using ::wmemcmp;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DBuiltins.def1051 LIBBUILTIN(wmemcmp, "iwC*wC*z", "f", "wchar.h", ALL_LANGUAGES)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3295 fun:wmemcmp=uninstrumented