Searched defs:fwrite (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/0.153/src/ |
D | ldlex.l | 54 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s) macro
|
D | ldlex.c | 1129 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s) macro
|
/external/libvpx/libvpx/build/make/ |
D | configure.sh | 55 fwrite () { function
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | configure.sh | 55 fwrite () { function
|
/external/bison/lib/ |
D | unlocked-io.h | 94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
|
/external/bison/linux-lib/ |
D | stdio.h | 909 # define fwrite rpl_fwrite macro
|
/external/bison/darwin-lib/ |
D | stdio.h | 909 # define fwrite rpl_fwrite macro
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
D | example.js | 138 function fwrite(e) { function
|
/external/valgrind/main/memcheck/tests/ |
D | Makefile.am | 302 fprw fwrite inits inline \ program
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 333 fwrite, enumerator
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 59 #define fwrite wrap_fwrite macro
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
D | vpxenc.c | 64 #define fwrite wrap_fwrite macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1626 TSAN_INTERCEPTOR(uptr, fwrite, const void *p, uptr size, uptr nmemb, void *f) { in TSAN_INTERCEPTOR() argument
|