HomeSort by relevance Sort by last modified time
    Searched full:__strlcpy_chk (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/bionic/
__strlcpy_chk.cpp 36 * __strlcpy_chk. Called in place of strlcpy() when we know the
47 extern "C" size_t __strlcpy_chk(char* dest, const char* src, function
  /development/ndk/platforms/android-21/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler does not know destination size. Do not call __strlcpy_chk
198 // is always <= the actual object size. Do not call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /bionic/libc/include/
string.h 142 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
272 // Compiler doesn't know destination size. Don't call __strlcpy_chk
278 // is always <= the actual object size. Don't call __strlcpy_chk
284 return __strlcpy_chk(dest, src, size, bos);
  /bionic/libc/tools/
check-symbols-glibc.py 107 '__strlcpy_chk',
  /development/ndk/platforms/android-21/arch-arm64/symbols/
libc.so.functions.txt 98 __strlcpy_chk
  /development/ndk/platforms/android-21/arch-mips64/symbols/
libc.so.functions.txt 98 __strlcpy_chk
  /development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.functions.txt 98 __strlcpy_chk

Completed in 1211 milliseconds

1 2 3 4 5 6 7