Searched refs:wmemcmp (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/lib/libc/string/
H A Dwmemcmp.c28 * citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp
34 __RCSID("$NetBSD: wmemcmp.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
42 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
H A DMakefile.inc27 wmemcmp.c \
101 wmemchr.3 wmemcmp.3 \
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbsnrtowcs.c83 ATF_REQUIRE(wmemcmp(t->output1, buf, len) == 0);
87 ATF_REQUIRE(wmemcmp(t->output2, buf, len + 1) == 0);
/freebsd-13-stable/lib/libc/tests/locale/
H A Dmbstowcs_test.c69 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0);
H A Dmbsnrtowcs_test.c77 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0);
88 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0);
H A Dmbsrtowcs_test.c79 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0);
/freebsd-13-stable/contrib/nvi/common/
H A Dmultibyte.h104 #define MEMCMP wmemcmp
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_acl.c49 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t)) macro
1214 && wmemcmp((s + 1), L"efault", 6) == 0))) {
1238 && wmemcmp(st, L"ser", 3) == 0))
1243 && wmemcmp(st, L"roup", 4) == 0))
1248 && wmemcmp(st, L"ther", 4) == 0))
1253 && wmemcmp(st, L"ask", 3) == 0))
1311 if (wmemcmp(s, L"user", 4) == 0)
1315 if (wmemcmp(s, L"group", 5) == 0)
1319 if (wmemcmp(s, L"owner@", 6) == 0)
1321 else if (wmemcmp(
[all...]
H A Darchive_entry.c145 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t)) macro
2084 && wmemcmp(start, flag->wname, length) == 0) {
2090 && wmemcmp(start, flag->wname + 2, length) == 0) {
/freebsd-13-stable/include/
H A Dwchar.h172 int wmemcmp(const wchar_t *, const wchar_t *, size_t) __pure;

Completed in 172 milliseconds