Home
last modified time | relevance | path

Searched refs:strncasecmp_l (Results 1 – 15 of 15) sorted by relevance

/bionic/tests/
Dstrings_test.cpp62 TEST(STRINGS_TEST, strncasecmp_l) { in TEST() argument
64 ASSERT_EQ(0, strncasecmp_l("hello", "HELLO", 3, l)); in TEST()
65 ASSERT_EQ(0, strncasecmp_l("abcXX", "ABCYY", 3, l)); in TEST()
66 ASSERT_LT(strncasecmp_l("hello1", "hello2", 6, l), 0); in TEST()
67 ASSERT_GT(strncasecmp_l("hello2", "hello1", 6, l), 0); in TEST()
/bionic/libc/include/
Dstrings.h60 int strncasecmp_l(const char*, const char*, size_t, locale_t) __purefunc;
Dstring.h78 int strncasecmp_l(const char*, const char*, size_t, locale_t) __purefunc;
/bionic/libc/bionic/
Dlocale.cpp199 int strncasecmp_l(const char* s1, const char* s2, size_t n, locale_t) { in strncasecmp_l() function
/bionic/libc/
Dlibc.mips64.map939 strncasecmp_l;
Dlibc.x86_64.map939 strncasecmp_l;
Dlibc.arm64.map939 strncasecmp_l;
Dlibc.x86.brillo.map995 strncasecmp_l;
Dlibc.mips.brillo.map997 strncasecmp_l;
Dlibc.mips.map997 strncasecmp_l;
Dlibc.arm.brillo.map999 strncasecmp_l;
Dlibc.x86.map995 strncasecmp_l;
Dlibc.map.txt1024 strncasecmp_l;
Dlibc.arm.map999 strncasecmp_l;
/bionic/libc/tools/
Dposix-2013.txt1009 strncasecmp_l