/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-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
|
/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...] |
/external/elfutils/src/ |
ldlex.l | 44 #define fread(b, m, n, s) fread_unlocked (b, m, n, s)
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 113 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, 116 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file); 121 #define MSAN_MAYBE_INTERCEPT_FREAD_UNLOCKED INTERCEPT_FUNCTION(fread_unlocked) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
stdio.h | 710 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
stdio.h | 734 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
|
/external/ltrace/etc/ |
libc.so.conf | 223 ulong fread_unlocked(addr,ulong,ulong,file);
|
/external/valgrind/perf/ |
test_input_for_tinycc.c | [all...] |
/external/bison/ |
configure | [all...] |