Searched refs:strncasecmp_l (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | strings_test.cpp | 62 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/ |
D | strings_l.cpp | 36 int strncasecmp_l(const char* s1, const char* s2, size_t n, locale_t) { in strncasecmp_l() function
|
/bionic/tests/headers/posix/ |
D | strings_h.c | 38 FUNCTION(strncasecmp_l, int (*f)(const char*, const char*, size_t, locale_t)); in strings_h()
|
/bionic/libc/include/bits/ |
D | strcasecmp.h | 69 int strncasecmp_l(const char* __s1, const char* __s2, size_t __n, locale_t __l) __attribute_pure__ …
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1009 strncasecmp_l
|
/bionic/docs/ |
D | status.md | 144 …uclockid`, `login_tty`, `mkfifoat`, `posix_madvise`, `sethostname`, `strcasecmp_l`/`strncasecmp_l`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1017 strncasecmp_l; # introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 1017 strncasecmp_l; # introduced=23
|