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

  /bionic/libc/bionic/
__strlcat_chk.cpp 36 * __strlcat_chk. Called in place of strlcat() when we know the
47 extern "C" size_t __strlcat_chk(char* dest, const char* src, function
  /bionic/libc/include/
string.h 136 extern size_t __strlcat_chk(char* __restrict, const char* __restrict, size_t, size_t);
285 // Compiler doesn't know destination size. Don't call __strlcat_chk
291 // is always <= the actual object size. Don't call __strlcat_chk
297 return __strlcat_chk(dest, src, size, bos);
  /development/ndk/platforms/android-21/include/
string.h 209 extern size_t __strlcat_chk(char* __restrict, const char* __restrict, size_t, size_t);
217 // Compiler does not know destination size. Do not call __strlcat_chk
223 // is always <= the actual object size. Do not call __strlcat_chk
229 return __strlcat_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h 209 extern size_t __strlcat_chk(char* __restrict, const char* __restrict, size_t, size_t);
217 // Compiler doesn't know destination size. Don't call __strlcat_chk
223 // is always <= the actual object size. Don't call __strlcat_chk
229 return __strlcat_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h 209 extern size_t __strlcat_chk(char* __restrict, const char* __restrict, size_t, size_t);
217 // Compiler doesn't know destination size. Don't call __strlcat_chk
223 // is always <= the actual object size. Don't call __strlcat_chk
229 return __strlcat_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h 209 extern size_t __strlcat_chk(char* __restrict, const char* __restrict, size_t, size_t);
217 // Compiler doesn't know destination size. Don't call __strlcat_chk
223 // is always <= the actual object size. Don't call __strlcat_chk
229 return __strlcat_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h 209 extern size_t __strlcat_chk(char* __restrict, const char* __restrict, size_t, size_t);
217 // Compiler doesn't know destination size. Don't call __strlcat_chk
223 // is always <= the actual object size. Don't call __strlcat_chk
229 return __strlcat_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h 209 extern size_t __strlcat_chk(char* __restrict, const char* __restrict, size_t, size_t);
217 // Compiler doesn't know destination size. Don't call __strlcat_chk
223 // is always <= the actual object size. Don't call __strlcat_chk
229 return __strlcat_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
string.h 209 extern size_t __strlcat_chk(char* __restrict, const char* __restrict, size_t, size_t);
217 // Compiler doesn't know destination size. Don't call __strlcat_chk
223 // is always <= the actual object size. Don't call __strlcat_chk
229 return __strlcat_chk(dest, src, size, bos);
  /bionic/libc/
Android.mk 86 bionic/__strlcat_chk.cpp \
    [all...]

Completed in 3836 milliseconds