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

1 2

  /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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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);

Completed in 1605 milliseconds

1 2