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

  /bionic/libc/bionic/
__fgets_chk.cpp 34 * __fgets_chk. Called in place of fgets() when we know the
44 extern "C" char *__fgets_chk(char *dest, int supplied_size, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 146 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
153 FILE *__restrict __stream), __fgets_chk)
163 return __fgets_chk (__s, __bos (__s), __n, __stream);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 146 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
153 FILE *__restrict __stream), __fgets_chk)
163 return __fgets_chk (__s, __bos (__s), __n, __stream);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 146 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
153 FILE *__restrict __stream), __fgets_chk)
163 return __fgets_chk (__s, __bos (__s), __n, __stream);
  /bionic/libc/include/
stdio.h 500 extern char *__fgets_chk(char *, int, FILE *, size_t);
513 // Compiler doesn't know destination size. Don't call __fgets_chk
519 // is always <= the actual object size. Don't call __fgets_chk
530 return __fgets_chk(dest, size, stream, bos);
  /external/icu4c/test/depstest/
dependencies.txt 70 __fgets_chk __fread_chk
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /bionic/libc/
Android.mk 186 bionic/__fgets_chk.cpp \
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libc.a     [all...]

Completed in 988 milliseconds