/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/xlocale/ |
_strings.h | 46 int strcasecmp_l(const char *, const char *, locale_t);
|
/prebuilts/ndk/r11/sources/android/support/src/musl-locale/ |
strcasecmp_l.c | 4 int strcasecmp_l(const char *l, const char *r, locale_t loc) function
|
/prebuilts/ndk/r13/sources/android/support/src/musl-locale/ |
strcasecmp_l.c | 4 int strcasecmp_l(const char *l, const char *r, locale_t loc) function
|
/bionic/libc/bionic/ |
strings_l.cpp | 32 int strcasecmp_l(const char* s1, const char* s2, locale_t) { function
|
/bionic/libc/include/bits/ |
strcasecmp.h | 39 int strcasecmp_l(const char*, const char*, locale_t) __attribute_pure__ __INTRODUCED_IN(23);
|
/bionic/tests/ |
strings_test.cpp | 47 TEST(STRINGS_TEST, strcasecmp_l) { 49 ASSERT_EQ(0, strcasecmp_l("hello", "HELLO", l)); 50 ASSERT_LT(strcasecmp_l("hello1", "hello2", l), 0); 51 ASSERT_GT(strcasecmp_l("hello2", "hello1", l), 0);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
strings.h | 124 extern int strcasecmp_l (__const char *__s1, __const char *__s2,
|
string.h | 545 extern int strcasecmp_l (__const char *__s1, __const char *__s2,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
strings.h | 129 extern int strcasecmp_l (__const char *__s1, __const char *__s2,
|
string.h | 547 extern int strcasecmp_l (__const char *__s1, __const char *__s2,
|
/prebuilts/ndk/r11/sources/android/support/ |
Android.mk | 80 src/musl-locale/strcasecmp_l.c \
|
/prebuilts/ndk/r13/sources/android/support/ |
Android.mk | 80 src/musl-locale/strcasecmp_l.c \
|
/external/valgrind/shared/ |
vg_replace_strmem.c | 72 20140 STRCASECMP_L 748 /*---------------------- strcasecmp_l ----------------------*/ 750 #define STRCASECMP_L(soname, fnname) \ 772 STRCASECMP_L(VG_Z_LIBC_SONAME, strcasecmp_l) 773 STRCASECMP_L(VG_Z_LIBC_SONAME, __GI_strcasecmp_l) 774 STRCASECMP_L(VG_Z_LIBC_SONAME, __GI___strcasecmp_l) 777 //STRCASECMP_L(VG_Z_LIBC_SONAME, strcasecmp_l) [all...] |