/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 | 144 extern size_t __strlcat_chk(char* __restrict, const char* __restrict, size_t, size_t); 293 // Compiler doesn't know destination size. Don't call __strlcat_chk 299 // is always <= the actual object size. Don't call __strlcat_chk 305 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/current/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 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/current/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 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/current/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 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/current/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 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/current/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 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/current/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 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/current/platforms/android-23/arch-arm/usr/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/current/platforms/android-23/arch-arm64/usr/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/current/platforms/android-23/arch-mips/usr/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/current/platforms/android-23/arch-mips64/usr/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/current/platforms/android-23/arch-x86/usr/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/current/platforms/android-23/arch-x86_64/usr/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/current/platforms/android-24/arch-arm/usr/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/current/platforms/android-24/arch-arm64/usr/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/current/platforms/android-24/arch-mips/usr/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/current/platforms/android-24/arch-mips64/usr/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/current/platforms/android-24/arch-x86/usr/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/current/platforms/android-24/arch-x86_64/usr/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);
|
/bionic/libc/ |
Android.mk | 87 bionic/__strlcat_chk.cpp \ [all...] |