Searched refs:STRCMP (Results 1 – 6 of 6) sorted by relevance
/string/ |
A D | strcmp.c | 22 #ifndef STRCMP 23 # define STRCMP strcmp macro 30 STRCMP (const char *p1, const char *p2) in STRCMP() function
|
A D | test-strcpy.c | 26 # define STRCMP wcscmp macro 35 # define STRCMP strcmp macro 85 if (STRCMP (dst, src) != 0) in do_one_test()
|
A D | test-strcat.c | 34 # define STRCMP strcmp macro 48 # define STRCMP wcscmp macro 84 if (STRCMP (dst + k, src) != 0) in do_one_test()
|
A D | strcoll_l.c | 32 # define STRCMP strcmp macro 270 return STRCMP (s1, s2); in STRCOLL() 348 if (pass == 0 && STRCMP (s1, s2) == 0) in STRCOLL()
|
A D | stratcliff.c | 48 # 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()
|
A D | test-strcmp.c | 32 # define STRCMP wcscmp macro 90 # define STRCMP strcmp macro 135 IMPL (STRCMP, 1)
|
Completed in 12 milliseconds