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

  /bionic/libc/include/bits/fortify/
stdio.h 33 char* __fgets_chk(char*, int, FILE*, size_t) __INTRODUCED_IN(17);
140 return __fgets_chk(dest, size, stream, bos);
232 // Compiler doesn't know destination size. Don't call __fgets_chk
238 // is always <= the actual object size. Don't call __fgets_chk
249 return __fgets_chk(dest, size, stream, bos);
  /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/bionic/
fortify.cpp 96 char* __fgets_chk(char* dst, int supplied_size, FILE* stream, size_t dst_len_from_compiler) { function

Completed in 106 milliseconds