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

  /bionic/libc/bionic/
strrchr.cpp 34 return __strrchr_chk(p, ch, __BIONIC_FORTIFY_UNKNOWN_SIZE);
__strrchr_chk.cpp 33 extern "C" char* __strrchr_chk(const char *p, int ch, size_t s_len) { function
  /bionic/libc/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
265 // Compiler doesn't know destination size. Don't call __strrchr_chk
276 return __strrchr_chk(s, c, bos);
  /development/ndk/platforms/android-L/include/
string.h 50 extern char* __strrchr_chk(const char *, int, size_t);
304 // Compiler doesn't know destination size. Don't call __strrchr_chk
315 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler doesn't know destination size. Don't call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler doesn't know destination size. Don't call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler doesn't know destination size. Don't call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler doesn't know destination size. Don't call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler doesn't know destination size. Don't call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler doesn't know destination size. Don't call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /bionic/libc/
Android.mk 83 bionic/__strrchr_chk.cpp \
    [all...]

Completed in 1589 milliseconds