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

  /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
  /bionic/libc/include/
string.h 134 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
264 // Compiler doesn't know destination size. Don't call __strlcpy_chk
270 // is always <= the actual object size. Don't call __strlcpy_chk
276 return __strlcpy_chk(dest, src, size, bos);
  /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/9/platforms/android-21/arch-arm/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler doesn't know destination size. Don't call __strlcpy_chk
198 // is always <= the actual object size. Don't call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler doesn't know destination size. Don't call __strlcpy_chk
198 // is always <= the actual object size. Don't call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler doesn't know destination size. Don't call __strlcpy_chk
198 // is always <= the actual object size. Don't call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler doesn't know destination size. Don't call __strlcpy_chk
198 // is always <= the actual object size. Don't call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h 185 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
192 // Compiler doesn't know destination size. Don't call __strlcpy_chk
198 // is always <= the actual object size. Don't call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/ndk/9/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 doesn't know destination size. Don't call __strlcpy_chk
198 // is always <= the actual object size. Don't call __strlcpy_chk
204 return __strlcpy_chk(dest, src, size, bos);
  /bionic/libc/
Android.mk 87 bionic/__strlcpy_chk.cpp \
    [all...]

Completed in 1553 milliseconds