Home
last modified time | relevance | path

Searched refs:strcasecmp_l (Results 1 – 11 of 11) sorted by relevance

/bionic/tests/
Dstrings_test.cpp47 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/
Dstrcasecmp.h39 int strcasecmp_l(const char*, const char*, locale_t) __attribute_pure__ __INTRODUCED_IN(23);
/bionic/libc/bionic/
Dlocale.cpp182 int strcasecmp_l(const char* s1, const char* s2, locale_t) { in strcasecmp_l() function
/bionic/libc/tools/
Dposix-2013.txt991 strcasecmp_l
/bionic/libc/
Dlibc.mips64.map913 strcasecmp_l; # introduced=23
Dlibc.x86_64.map913 strcasecmp_l; # introduced=23
Dlibc.arm64.map913 strcasecmp_l; # introduced=23
Dlibc.x86.map968 strcasecmp_l; # introduced=23
Dlibc.mips.map970 strcasecmp_l; # introduced=23
Dlibc.arm.map972 strcasecmp_l; # introduced=23
Dlibc.map.txt997 strcasecmp_l; # introduced=23