Searched refs:strcasecmp_l (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | strings_test.cpp | 47 TEST(STRINGS_TEST, strcasecmp_l) { in TEST() argument 49 ASSERT_EQ(0, strcasecmp_l("hello", "HELLO", l)); in TEST() 50 ASSERT_LT(strcasecmp_l("hello1", "hello2", l), 0); in TEST() 51 ASSERT_GT(strcasecmp_l("hello2", "hello1", l), 0); in TEST()
|
/bionic/libc/include/bits/ |
D | strcasecmp.h | 39 int strcasecmp_l(const char*, const char*, locale_t) __attribute_pure__ __INTRODUCED_IN(23);
|
/bionic/libc/bionic/ |
D | locale.cpp | 182 int strcasecmp_l(const char* s1, const char* s2, locale_t) { in strcasecmp_l() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 991 strcasecmp_l
|
/bionic/libc/ |
D | libc.mips64.map | 913 strcasecmp_l; # introduced=23
|
D | libc.x86_64.map | 913 strcasecmp_l; # introduced=23
|
D | libc.arm64.map | 913 strcasecmp_l; # introduced=23
|
D | libc.x86.map | 968 strcasecmp_l; # introduced=23
|
D | libc.mips.map | 970 strcasecmp_l; # introduced=23
|
D | libc.arm.map | 972 strcasecmp_l; # introduced=23
|
D | libc.map.txt | 997 strcasecmp_l; # introduced=23
|