Home
last modified time | relevance | path

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