Home
last modified time | relevance | path

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

1234

/glibc-2.36/stdio-common/
Dtst-long-dbl-fphex.c37 result |= (wmemcmp (a, L"0xc.4p+1", 8) == 0 in do_test()
38 && wmemcmp (A, L"0XC.4P+1", 8) == 0); in do_test()
39 result |= (wmemcmp (a, L"0x3.1p+3", 8) == 0 in do_test()
40 && wmemcmp (A, L"0X3.1P+3", 8) == 0); in do_test()
41 result |= (wmemcmp (a, L"0x6.2p+2", 8) == 0 in do_test()
42 && wmemcmp (A, L"0X6.2P+2", 8) == 0); in do_test()
43 result |= (wmemcmp (a, L"0x1.88p+4", 8) == 0 in do_test()
44 && wmemcmp (A, L"0X1.88P+4", 8) == 0); in do_test()
Dtst-vfprintf-mbs-prec.c455 TEST_VERIFY (wmemcmp (buf, wide, WIDE_STRING_LENGTH) == 0); in test_wide_long()
461 TEST_VERIFY (wmemcmp (buf, wide, WIDE_STRING_LENGTH) == 0); in test_wide_long()
472 TEST_VERIFY (wmemcmp (buf + padding, wide, WIDE_STRING_LENGTH) == 0); in test_wide_long()
490 TEST_VERIFY (wmemcmp (buf, wide, actual_wide_len) == 0); in test_wide_long()
497 TEST_VERIFY (wmemcmp (buf, wide, actual_wide_len) == 0); in test_wide_long()
509 TEST_VERIFY (wmemcmp (buf + padding, wide, actual_wide_len) == 0); in test_wide_long()
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dwmemcmp.c22 # define wmemcmp __redirect_wmemcmp macro
24 # undef wmemcmp
26 # define SYMBOL_NAME wmemcmp
30 weak_alias (__wmemcmp, wmemcmp)
DMakefile38 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c wcschr-sse2 \
Difunc-impl-list.c283 IFUNC_IMPL (i, name, wmemcmp, in __libc_ifunc_impl_list()
284 IFUNC_IMPL_ADD (array, i, wmemcmp, CPU_FEATURE_USABLE (SSE4_2), in __libc_ifunc_impl_list()
286 IFUNC_IMPL_ADD (array, i, wmemcmp, CPU_FEATURE_USABLE (SSSE3), in __libc_ifunc_impl_list()
288 IFUNC_IMPL_ADD (array, i, wmemcmp, 1, __wmemcmp_ia32)) in __libc_ifunc_impl_list()
Dwmemcmp-c.c7 extern __typeof (wmemcmp) __wmemcmp_ia32;
/glibc-2.36/sysdeps/x86_64/multiarch/
Dwmemcmp.c22 # define wmemcmp __redirect_wmemcmp macro
24 # undef wmemcmp
26 # define SYMBOL_NAME wmemcmp
30 weak_alias (__wmemcmp, wmemcmp)
DMakefile161 wmemcmp-avx2-movbe \
162 wmemcmp-avx2-movbe-rtm \
163 wmemcmp-evex-movbe \
164 wmemcmp-sse2 \
Difunc-impl-list.c925 IFUNC_IMPL (i, name, wmemcmp, in __libc_ifunc_impl_list()
926 X86_IFUNC_IMPL_ADD_V4 (array, i, wmemcmp, in __libc_ifunc_impl_list()
932 X86_IFUNC_IMPL_ADD_V3 (array, i, wmemcmp, in __libc_ifunc_impl_list()
937 X86_IFUNC_IMPL_ADD_V3 (array, i, wmemcmp, in __libc_ifunc_impl_list()
945 X86_IFUNC_IMPL_ADD_V2 (array, i, wmemcmp, in __libc_ifunc_impl_list()
/glibc-2.36/debug/
Dtst-fortify.c567 if (wmemcmp (wbuf, L"aabcdefghi", 10)) in do_test()
571 || wmemcmp (wbuf, L"aabcdabcde", 10)) in do_test()
575 if (wmemcmp (wbuf, L"aabcdabcjj", 10)) in do_test()
579 if (wmemcmp (wbuf, L"aabcEDCBA", 10)) in do_test()
582 if (wcpcpy (wbuf + 8, L"F") != wbuf + 9 || wmemcmp (wbuf, L"aabcEDCBF", 10)) in do_test()
586 if (wmemcmp (wbuf, L"aabcEDX\0\0", 10)) in do_test()
590 || wmemcmp (wbuf, L"aabcEDX98", 10)) in do_test()
594 || wmemcmp (wbuf, L"aabcEDX64", 10)) in do_test()
600 if (wmemcmp (wbuf, L"aabcdefghi", 10)) in do_test()
605 || wmemcmp (wbuf, L"aabcdabcde", 10)) in do_test()
[all …]
/glibc-2.36/libio/
Dbug-wmemstream1.c58 if (wmemcmp (buf + 32768, L"foo", 3) != 0) in do_test()
113 if (wmemcmp (buf, L"bar", 3) != 0) in do_test()
127 if (wmemcmp (buf + 32768, L"foo", 3) != 0) in do_test()
Dtst-widetext.c178 else if (wmemcmp (wcbuf, wc2buf, wcsize) != 0) in do_test()
313 if (wcp >= &wc2buf[wcsize] && wmemcmp (wcbuf, wc2buf, wcsize) != 0) in do_test()
Dtst-fgetwc.c42 || wmemcmp (expected, buf, nbuf) != 0) in do_test()
/glibc-2.36/sysdeps/s390/
DMakefile116 wmemcmp wmemcmp-vx wmemcmp-c
Dwmemcmp.c38 weak_alias (__wmemcmp, wmemcmp)
/glibc-2.36/sysdeps/x86_64/
Dwmemcmp.S27 weak_alias (__wmemcmp, wmemcmp)
/glibc-2.36/support/
Dsupport_test_compare_string_wide.c23 #define MEMCMP wmemcmp
/glibc-2.36/wcsmbs/
DMakefile30 wmemcmp wmemcpy wmemmove wmemset wcpcpy wcpncpy wmempcpy \
47 strop-tests := wcscmp wcsncmp wmemcmp wcslen wcschr wcsrchr wcscpy wcsnlen \
Dwcsatcliff.c13 #define MEMCMP wmemcmp
Dwmemcmp.c84 weak_alias (__wmemcmp, wmemcmp)
DVersions20 wmemchr; wmemcmp; wmemcpy; wmemmove; wmemset;
/glibc-2.36/sysdeps/s390/multiarch/
Difunc-impl-list.c657 IFUNC_IMPL (i, name, wmemcmp, in __libc_ifunc_impl_list()
659 IFUNC_IMPL_ADD (array, i, wmemcmp, in __libc_ifunc_impl_list()
663 IFUNC_IMPL_ADD (array, i, wmemcmp, 1, WMEMCMP_C) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/x86_64/x32/
DMakefile16 tests += tst-size_t-wmemchr tst-size_t-wmemcmp tst-size_t-wmemset \
Dtst-size_t-memcmp.c32 # define MEMCMP wmemcmp
Dtst-size_t-memcmp-2.c32 # define MEMCMP wmemcmp

1234