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

  /bionic/libc/bionic/
__strlen_chk.cpp 36 * Runtime implementation of __strlen_chk.
58 extern "C" size_t __strlen_chk(const char* s, size_t s_len) { function
__strcat_chk.cpp 47 size_t dest_len = __strlen_chk(dest, dest_buf_size);
__strncat_chk.cpp 50 size_t dest_len = __strlen_chk(dest, dest_buf_size);
  /bionic/libc/include/
string.h 69 extern size_t __strlen_chk(const char *, size_t);
313 // Compiler doesn't know destination size. Don't call __strlen_chk
324 return __strlen_chk(s, bos);
  /development/ndk/platforms/android-21/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
string.h 54 extern size_t __strlen_chk(const char *, size_t);
237 // Compiler does not know destination size. Do not call __strlen_chk
248 return __strlen_chk(s, bos);
  /bionic/libc/
Android.mk 89 bionic/__strlen_chk.cpp \
    [all...]

Completed in 2154 milliseconds