/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
|
/ndk/sources/host-tools/sed-4.2.1/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio.h | 145 # define fread_unlocked(ptr, size, n, stream) \ macro 167 : fread_unlocked (ptr, size, n, stream))))
|
stdio2.h | 231 # undef fread_unlocked macro 238 fread_unlocked) __wur; 244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than " 248 fread_unlocked (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/ |
stdio.h | 145 # define fread_unlocked(ptr, size, n, stream) \ macro 167 : fread_unlocked (ptr, size, n, stream))))
|
stdio2.h | 231 # undef fread_unlocked macro 238 fread_unlocked) __wur; 244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than " 248 fread_unlocked (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/ |
stdio.h | 145 # define fread_unlocked(ptr, size, n, stream) \ macro 167 : fread_unlocked (ptr, size, n, stream))))
|
stdio2.h | 231 # undef fread_unlocked macro 238 fread_unlocked) __wur; 244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than " 248 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, function
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) 153 extern size_t fread_unlocked (void *, size_t, size_t, FILE *); 175 /* ??? Glibc's fwrite/fread_unlocked macros cause 177 #undef fread_unlocked macro
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) 153 extern size_t fread_unlocked (void *, size_t, size_t, FILE *); 175 /* ??? Glibc's fwrite/fread_unlocked macros cause 177 #undef fread_unlocked macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) 153 extern size_t fread_unlocked (void *, size_t, size_t, FILE *); 175 /* ??? Glibc's fwrite/fread_unlocked macros cause 177 #undef fread_unlocked macro
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) 153 extern size_t fread_unlocked (void *, size_t, size_t, FILE *); 175 /* ??? Glibc's fwrite/fread_unlocked macros cause 177 #undef fread_unlocked macro
|
/external/elfutils/src/ |
ldlex.l | 52 #define fread(b, m, n, s) fread_unlocked (b, m, n, s)
|
ldlex.c | [all...] |
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 70 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, 73 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file); 990 INTERCEPT_FUNCTION(fread_unlocked);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdio.h | 706 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 706 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 706 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
|
/external/valgrind/main/perf/ |
test_input_for_tinycc.c | [all...] |
/external/bison/ |
configure | [all...] |