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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio.h 145 # define fread_unlocked(ptr, size, n, stream) \ macro
167 : fread_unlocked (ptr, size, n, stream))))
stdio2.h 318 # undef fread_unlocked macro
325 fread_unlocked) __wur;
331 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
335 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 145 # define fread_unlocked(ptr, size, n, stream) \ macro
167 : fread_unlocked (ptr, size, n, stream))))
stdio2.h 318 # undef fread_unlocked macro
325 fread_unlocked) __wur;
331 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
335 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 145 # define fread_unlocked(ptr, size, n, stream) \ macro
167 : fread_unlocked (ptr, size, n, stream))))
stdio2.h 318 # undef fread_unlocked macro
325 fread_unlocked) __wur;
331 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
335 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, function
  /external/bison/lib/
unlocked-io.h 87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z)
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 158 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
160 extern size_t fread_unlocked (void *, size_t, size_t, FILE *);
186 /* ??? Glibc's fwrite/fread_unlocked macros cause
188 #undef fread_unlocked macro
    [all...]

Completed in 106 milliseconds