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 58 extern char* __strrchr_chk(const char *, int, size_t);
343 // Compiler doesn't know destination size. Don't call __strrchr_chk
354 return __strrchr_chk(s, c, bos);
  /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/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 91 bionic/__strrchr_chk.cpp \
    [all...]

Completed in 282 milliseconds