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

  /bionic/libc/bionic/
__fgets_chk.cpp 36 * __fgets_chk. Called in place of fgets() when we know the
46 char* __fgets_chk(char* dest, int supplied_size, FILE* stream, function
  /development/ndk/platforms/android-21/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
stdio.h 422 extern char* __fgets_chk(char*, int, FILE*, size_t);
439 // Compiler doesn't know destination size. Don't call __fgets_chk
445 // is always <= the actual object size. Don't call __fgets_chk
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 233 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
240 FILE *__restrict __stream), __fgets_chk)
250 return __fgets_chk (__s, __bos (__s), __n, __stream);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 233 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
240 FILE *__restrict __stream), __fgets_chk)
250 return __fgets_chk (__s, __bos (__s), __n, __stream);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 233 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
240 FILE *__restrict __stream), __fgets_chk)
250 return __fgets_chk (__s, __bos (__s), __n, __stream);
  /bionic/libc/include/
stdio.h 286 extern char* __fgets_chk(char*, int, FILE*, size_t);
411 // Compiler doesn't know destination size. Don't call __fgets_chk
417 // is always <= the actual object size. Don't call __fgets_chk
428 return __fgets_chk(dest, size, stream, bos);
  /bionic/libc/
Android.mk 68 bionic/__fgets_chk.cpp \
    [all...]

Completed in 774 milliseconds