/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stdio.h | 169 # define fwrite_unlocked(ptr, size, n, stream) \ macro 187 : fwrite_unlocked (ptr, size, n, stream))))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
stdio.h | 169 # define fwrite_unlocked(ptr, size, n, stream) \ macro 187 : fwrite_unlocked (ptr, size, n, stream))))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
stdio.h | 169 # define fwrite_unlocked(ptr, size, n, stream) \ macro 187 : fwrite_unlocked (ptr, size, n, stream))))
|
/external/bison/lib/ |
unlocked-io.h | 94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) 96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) macro
|
/prebuilts/go/darwin-x86/test/bench/shootout/ |
fasta.c | 44 #ifndef fwrite_unlocked 46 #define fwrite_unlocked fwrite macro 97 fwrite_unlocked(buffer + pos, bytes, 1, stdout); 155 fwrite_unlocked(line_buffer, LINE_LEN + 1, 1, stdout); 167 fwrite_unlocked(line_buffer, j + 1, 1, stdout);
|
/prebuilts/go/linux-x86/test/bench/shootout/ |
fasta.c | 44 #ifndef fwrite_unlocked 46 #define fwrite_unlocked fwrite macro 97 fwrite_unlocked(buffer + pos, bytes, 1, stdout); 155 fwrite_unlocked(line_buffer, LINE_LEN + 1, 1, stdout); 167 fwrite_unlocked(line_buffer, j + 1, 1, stdout);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
system.h | 69 fputs_unlocked, fwrite_unlocked, and fprintf_unlocked are 165 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) 167 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *); 189 #undef fwrite_unlocked macro [all...] |