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

1 2

  /bionic/libc/bionic/
strrchr.cpp 34 return __strrchr_chk(p, ch, __BIONIC_FORTIFY_UNKNOWN_SIZE);
  /development/ndk/platforms/android-21/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/
string.h 51 extern char* __strrchr_chk(const char *, int, size_t);
275 // Compiler does not know destination size. Do not call __strrchr_chk
286 return __strrchr_chk(s, c, bos);

Completed in 5103 milliseconds

1 2