Home
last modified time | relevance | path

Searched refs:strncasecmp_l (Results 1 – 8 of 8) 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/bionic/
Dstrings_l.cpp36 int strncasecmp_l(const char* s1, const char* s2, size_t n, locale_t) { in strncasecmp_l() function
/bionic/tests/headers/posix/
Dstrings_h.c38 FUNCTION(strncasecmp_l, int (*f)(const char*, const char*, size_t, locale_t)); in strings_h()
/bionic/libc/include/bits/
Dstrcasecmp.h69 int strncasecmp_l(const char* __s1, const char* __s2, size_t __n, locale_t __l) __attribute_pure__ …
/bionic/libc/tools/
Dposix-2013.txt1009 strncasecmp_l
/bionic/docs/
Dstatus.md144 …uclockid`, `login_tty`, `mkfifoat`, `posix_madvise`, `sethostname`, `strcasecmp_l`/`strncasecmp_l`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt1017 strncasecmp_l; # introduced=23
/bionic/libc/
Dlibc.map.txt1017 strncasecmp_l; # introduced=23