HomeSort by relevance Sort by last modified time
    Searched defs:fread (Results 1 - 13 of 13) sorted by null

  /bionic/libc/stdio/
fread.c 1 /* $OpenBSD: fread.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
48 fread(void *buf, size_t size, size_t count, FILE *fp) function
58 * on fwrite; it only requires fread to be broken.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 177 fread) __wur;
183 __wur __warnattr ("fread called with bigger size * nmemb than length "
187 fread (void *__restrict __ptr, size_t __size, size_t __n, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 177 fread) __wur;
183 __wur __warnattr ("fread called with bigger size * nmemb than length "
187 fread (void *__restrict __ptr, size_t __size, size_t __n, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 177 fread) __wur;
183 __wur __warnattr ("fread called with bigger size * nmemb than length "
187 fread (void *__restrict __ptr, size_t __size, size_t __n, function
  /external/bison/lib/
unlocked-io.h 87 # undef fread macro
88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z)
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 86 # undef fread macro
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 150 # undef fread macro
151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 150 # undef fread macro
151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 150 # undef fread macro
151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 150 # undef fread macro
151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
  /external/elfutils/src/
ldlex.c 246 * instead of fread(), to make sure we stop fetching input after
1126 #undef fread macro
1127 #define fread macro
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 884 size_t (*fread)(void *ptr,size_t size,size_t n,FILE *f); member in struct:__anon13092
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 884 size_t (*fread)(void *ptr,size_t size,size_t n,FILE *f); member in struct:__anon13391
    [all...]

Completed in 678 milliseconds