Searched refs:strcasecmp_l (Results 1 – 8 of 8) 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/bionic/ |
D | strings_l.cpp | 32 int strcasecmp_l(const char* s1, const char* s2, locale_t) { in strcasecmp_l() function
|
/bionic/tests/headers/posix/ |
D | strings_h.c | 36 FUNCTION(strcasecmp_l, int (*f)(const char*, const char*, locale_t)); in strings_h()
|
/bionic/libc/include/bits/ |
D | strcasecmp.h | 54 int strcasecmp_l(const char* __s1, const char* __s2, locale_t __l) __attribute_pure__ __INTRODUCED_…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 991 strcasecmp_l
|
/bionic/docs/ |
D | status.md | 144 …* `clock_getcpuclockid`, `login_tty`, `mkfifoat`, `posix_madvise`, `sethostname`, `strcasecmp_l`/`…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 998 strcasecmp_l; # introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 998 strcasecmp_l; # introduced=23
|