Home
last modified time | relevance | path

Searched refs:STRCMP (Results 1 – 25 of 44) sorted by relevance

12

/glibc-2.36/sysdeps/x86/
Dtst-strcmp-rtm.c26 # define STRCMP wcscmp macro
32 # ifndef STRCMP
33 # define STRCMP strcmp macro
49 if (STRCMP (string1, string2) == 0) in prepare()
59 if (STRCMP (string1, string2) == 0) in function()
Dtst-strcasecmp-rtm.c20 #define STRCMP strcasecmp macro
/glibc-2.36/string/
Dstrcmp.c22 #ifndef STRCMP
23 # define STRCMP strcmp macro
30 STRCMP (const char *p1, const char *p2) in STRCMP() function
Dtest-strcpy.c26 # define STRCMP wcscmp macro
35 # define STRCMP strcmp macro
83 if (STRCMP (dst, src) != 0) in do_one_test()
Dtest-strcat.c34 # define STRCMP strcmp macro
48 # define STRCMP wcscmp macro
83 if (STRCMP (dst + k, src) != 0) in do_one_test()
Dstratcliff.c48 # define STRCMP strcmp macro
354 if (STRCMP (adr + middle, dest + nchars - outer) <= 0) in do_test()
357 STRINGIFY (STRCMP), outer, middle); in do_test()
361 if (STRCMP (dest + nchars - outer, adr + middle) >= 0) in do_test()
364 STRINGIFY (STRCMP), outer, middle); in do_test()
Dstrcoll_l.c32 # define STRCMP strcmp macro
270 return STRCMP (s1, s2); in STRCOLL()
348 if (pass == 0 && STRCMP (s1, s2) == 0) in STRCOLL()
/glibc-2.36/sysdeps/powerpc/powerpc64/power7/
Dstrcmp.S26 #ifndef STRCMP
27 # define STRCMP strcmp macro
33 ENTRY_TOCLESS (STRCMP, 4)
167 END (STRCMP)
Dstrcasecmp.S29 #ifndef STRCMP
31 # define STRCMP strcasecmp macro
126 weak_alias (__STRCMP, STRCMP)
Dstrcasecmp_l.S2 #define STRCMP strcasecmp_l macro
/glibc-2.36/sysdeps/powerpc/powerpc64/
Dstrcmp.S25 #ifndef STRCMP
26 # define STRCMP strcmp macro
29 ENTRY_TOCLESS (STRCMP, 4)
179 END (STRCMP)
/glibc-2.36/libio/
Dtst-memstream3.c34 # define STRCMP strcmp macro
98 if (STRCMP (buf, W("b")) != 0) in do_test_bz18241()
99 ERROR_RET1 ("%s failed\n", S(STRCMP)); in do_test_bz18241()
Dtst-memstream4.c45 TEST_COMPARE (STRCMP (buf, old), 0); in do_test()
52 TEST_VERIFY (STRCMP (buf, W("new")) == 0); in do_test()
Dtst-memstream.h53 # define STRCMP wcscmp macro
63 # define STRCMP strcmp macro
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dstrcmp-sse4.S36 # ifndef STRCMP
37 # define STRCMP __strncmp_sse4_2 macro
46 # ifndef STRCMP
47 # define STRCMP __strcasecmp_l_sse4_2 macro
65 # ifndef STRCMP
66 # define STRCMP __strncasecmp_l_sse4_2 macro
87 # ifndef STRCMP
88 # define STRCMP __strcmp_sse4_2 macro
151 ENTRY (STRCMP)
781 END (STRCMP)
Dstrncmp-sse4.S3 # define STRCMP __strncmp_sse4_2 macro
Dstrncmp-ssse3.S3 # define STRCMP __strncmp_ssse3 macro
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/
Dstrcmp.S21 #ifndef STRCMP
22 # define STRCMP strcmp macro
35 ENTRY_TOCLESS (STRCMP, 4)
247 END (STRCMP)
/glibc-2.36/sysdeps/powerpc/powerpc32/power7/
Dstrcasecmp.S29 #ifndef STRCMP
31 # define STRCMP strcasecmp macro
128 weak_alias (__STRCMP, STRCMP)
Dstrcasecmp_l.S2 #define STRCMP strcasecmp_l macro
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power9/
Dstrcmp.S20 #ifndef STRCMP
21 # define STRCMP strcmp macro
68 ENTRY_TOCLESS (STRCMP, 4)
263 END (STRCMP)
/glibc-2.36/benchtests/
Dbench-string.h80 # define STRCMP strcmp macro
105 # define STRCMP wcscmp macro
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/
Dstrcmp-power7.S19 #define STRCMP __strcmp_power7 macro
Dstrcmp-power8.S20 #define STRCMP __strcmp_power8 macro
Dstrcmp-power9.S20 #define STRCMP __strcmp_power9 macro

12