HomeSort by relevance Sort by last modified time
    Searched refs:strcasecmp_l (Results 1 - 11 of 11) sorted by null

  /ndk/sources/android/support/src/musl-locale/
strcasecmp_l.c 4 int strcasecmp_l(const char *l, const char *r, locale_t loc) function
  /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);
  /bionic/libc/include/
strings.h 58 int strcasecmp_l(const char*, const char*, locale_t) __purefunc;
string.h 76 int strcasecmp_l(const char*, const char*, locale_t) __purefunc;
  /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,
  /bionic/libc/bionic/
locale.cpp 183 int strcasecmp_l(const char* s1, const char* s2, locale_t) { function
  /ndk/sources/android/support/
Android.mk 80 src/musl-locale/strcasecmp_l.c \
  /external/valgrind/shared/
vg_replace_strmem.c 72 20140 STRCASECMP_L
744 /*---------------------- strcasecmp_l ----------------------*/
746 #define STRCASECMP_L(soname, fnname) \
768 STRCASECMP_L(VG_Z_LIBC_SONAME, strcasecmp_l)
769 STRCASECMP_L(VG_Z_LIBC_SONAME, __GI_strcasecmp_l)
770 STRCASECMP_L(VG_Z_LIBC_SONAME, __GI___strcasecmp_l)
773 //STRCASECMP_L(VG_Z_LIBC_SONAME, strcasecmp_l)
    [all...]

Completed in 141 milliseconds